chore(deps): update svenstaro/upload-release-action digest to 29e53e9 #1350
This file contains hidden or 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: Require PR labels | |
| on: | |
| pull_request: | |
| types: [opened, labeled, unlabeled, synchronize] | |
| jobs: | |
| require-type-label: | |
| if: ${{ !contains(fromJson('["dependabot", "pre-commit-ci", "renovate"]'), github.actor ) }} | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: mheap/github-action-required-labels@8afbe8ae6ab7647d0c9f0cfa7c2f939650d22509 # v5 | |
| with: | |
| mode: exactly | |
| count: 1 | |
| labels: "kind/.*" | |
| use_regex: true |