You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
326 B

  1. name: "Pull Request Labeler"
  2. on:
  3. pull_request_target:
  4. types: [opened, synchronize, reopened, ready_for_review, locked]
  5. jobs:
  6. triage:
  7. runs-on: ubuntu-latest
  8. steps:
  9. - uses: actions/labeler@main
  10. with:
  11. repo-token: "${{ secrets.GITHUB_TOKEN }}"
  12. configuration-path: '.github/labeler.yml'