Skip to content
Snippets Groups Projects
labeler.yml 271 B
Newer Older
  • Learn to ignore specific revisions
  • name: labeler
    on:
      pull_request:
        branches:
          - master
    
    jobs:
      label:
        runs-on: ubuntu-latest
        steps:
        - uses: actions/labeler@v2
          with:
            repo-token: "${{ secrets.GITHUB_TOKEN }}"
            configuration-path: .github/needs-triage-labeler.yml