Bump golang.org/x/crypto from 0.0.0-20220315160706-3147a52a75dd to 0.17.0 #2103
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: Check PR labels | |
on: | |
pull_request: | |
types: [labeled, unlabeled, opened, edited, synchronize] | |
jobs: | |
enforce-label: | |
runs-on: ubuntu-latest | |
steps: | |
# https://github.com/marketplace/actions/enforce-pr-labels | |
- uses: yogevbd/enforce-label-action@2.2.2 | |
with: | |
BANNED_LABELS: "hold" | |
# REQUIRED_LABELS_ANY: "bug,enhancement,skip-changelog" | |
# REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['bug','enhancement','skip-changelog']" |