• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This workflow will triage pull requests and apply a label based on the
2# paths that are modified in the pull request.
3#
4# To use this workflow, you will need to set up a .github/labeler.yml
5# file with configuration.  For more information, see:
6# https://github.com/actions/labeler
7
8name: Labeler
9on: [pull_request_target]
10
11jobs:
12  label:
13
14    runs-on: ubuntu-latest
15
16    steps:
17    - uses: actions/labeler@main
18      with:
19        repo-token: "${{ secrets.GITHUB_TOKEN }}"