Add needs-triage label to new PullRequests and Issues #134
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: Add needs-triage label to new PullRequests and Issues | |
on: | |
schedule: | |
- cron: "*/15 * * * *" | |
jobs: | |
label: | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: srvaroa/[email protected] | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
with: | |
config_path: .github/labeler-needs-triage.yml |