Skip to content

Label PRs from globs #19961

Label PRs from globs

Label PRs from globs #19961

Workflow file for this run

name: "Label PRs from globs"
on:
schedule:
- cron: "0 * * * *"
jobs:
execute:
runs-on: ubuntu-latest
steps:
- uses: jpmcb/[email protected]
with:
jobs: 'pr-labeler'
github-token: "${{ secrets.GITHUB_TOKEN }}"