labeler.yml 455 B

123456789101112131415
  1. name: Pull Request Labeler
  2. # This workflow is supposed to run every 5 minutes
  3. on:
  4. schedule:
  5. - cron: '*/10 * * * *'
  6. jobs:
  7. triage:
  8. name: Update PR Labels
  9. runs-on: ubuntu-latest
  10. steps:
  11. - uses: paulfantom/periodic-labeler@dffbc90404f371f76444a69221c2f7ad079e2319
  12. env:
  13. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  14. GITHUB_REPOSITORY: ${{ github.repository }}
  15. LABEL_MAPPINGS_FILE: .github/labeler.yml