pr-labeler.yml 368 B

123456789101112131415
  1. name: PR Labeler
  2. on:
  3. pull_request_target:
  4. types: [opened]
  5. jobs:
  6. pr-labeler:
  7. runs-on: ubuntu-latest
  8. steps:
  9. - uses: TimonVS/[email protected]
  10. with:
  11. # optional, .github/pr-labeler.yml is the default value
  12. configuration-path: .github/pr-labeler.yml
  13. env:
  14. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}