Skip to content

chore(deps): Bump golang.org/x/crypto from 0.0.0-20190308221718-c2843e01d9a2 to 0.17.0 #3

chore(deps): Bump golang.org/x/crypto from 0.0.0-20190308221718-c2843e01d9a2 to 0.17.0

chore(deps): Bump golang.org/x/crypto from 0.0.0-20190308221718-c2843e01d9a2 to 0.17.0 #3

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 }}"