Skip to content

chore(deps): Bump golang.org/x/net from 0.10.0 to 0.23.0 #5

chore(deps): Bump golang.org/x/net from 0.10.0 to 0.23.0

chore(deps): Bump golang.org/x/net from 0.10.0 to 0.23.0 #5

Workflow file for this run

# Copyright © 2023 KubeCub open source community. All rights reserved.
# Licensed under the MIT License (the "License");
# you may not use this file except in compliance with the License.
name: Pull request labeler
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.BOT_GITHUB_TOKEN }}"