File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 triage:
8989 runs-on: ubuntu-latest
9090 steps:
91- - uses: actions/labeler@v2
91+ - uses: actions/labeler@main
9292 with:
9393 repo-token: "${{ secrets.GITHUB_TOKEN }}"
9494```
9595
9696_Note: This grants access to the `GITHUB_TOKEN` so the action can make calls to GitHub's rest API_
97+
98+ #### Inputs
99+
100+ Various inputs are defined in [`action.yml`](action.yml) to let you configure the labeler:
101+
102+ | Name | Description | Default |
103+ | - | - | - |
104+ | `repo-token` | Token to use to authorize label changes. Typically the GITHUB_TOKEN secret | N/A |
105+ | `configuration-path` | The path to the label configuration file | `.github/labeler.yml` |
106+ | `sync-labels` | Whether or not to remove labels when matching files are reverted or no longer changed by the PR | `false`
You can’t perform that action at this time.
0 commit comments