Label PRs from globs #36182
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: "Label PRs from globs" | |
on: | |
schedule: | |
- cron: "0 * * * *" | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
execute: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: jpmcb/[email protected] | |
with: | |
jobs: 'pr-labeler' | |
github-token: "${{ secrets.GITHUB_TOKEN }}" |