chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /.github/actions/copy-assets in the go_modules group across 1 directory #2101
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Required pull request labels | |
on: | |
pull_request: | |
branches: | |
- main | |
types: | |
- opened | |
- labeled | |
- unlabeled | |
- synchronize | |
jobs: | |
check-labels: | |
name: Check required PR labels are present | |
runs-on: ubuntu-22.04 | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: replicatedhq/required-workflows/.github/actions/pr-labels@main |