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.

11 lines
196 B

  1. name: "Pull Request Labeler"
  2. on:
  3. - pull_request
  4. jobs:
  5. triage:
  6. runs-on: ubuntu-latest
  7. steps:
  8. - uses: actions/labeler@v2
  9. with:
  10. repo-token: "${{ secrets.GITHUB_TOKEN }}"