maximiliananzinger/Github Issue Labeler
Automatically labels issues based on keywords in issue titles or bodies.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The GITHUB_TOKEN secret | no | ${{ github.token }} |
| configuration-path | The path to the label configuration file. If the file doesn't exist at the specified path on the runner, action will read from the source repository via the Github API. | yes | — |
| include-title | Search for keywords in the title | no | 1 |
| include-body | Search for keywords in the body | no | 1 |
| issue-number | The number of the issue to label | no | ${{ github.event.issue.number }} |
Outputs
no outputs