subhankar1712/RegEx Issue Labeler
Labels issues automatically based on their body
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The GITHUB_TOKEN secret | no | ${{ github.token }} |
| configuration-path | Path to the labeler.yml configuration file | yes | — |
| enable-versioned-regex | Controls if versioned regex templates are being used | yes | — |
| versioned-regex | The regex version number to use. Only required if using versioned regex files | no | — |
| not-before | Is optional and will result in any issues prior to this timestamp to be ignored | no | — |
| body-missing-regex-label | The name of the label that should be added to an issue where the specified `version-regex` can not be found. | no | — |
| include-title | Include the title in the regex target | no | 0 |
| include-body | Include the body in the regex target | no | 1 |
| sync-labels | Remove the label from the issue if the label regex does not match | no | 0 |
| issue-number | The number of the issue/PR to label | no | ${{ github.event.issue.number || github.event.pull_request.number }} |
Outputs
| name | description |
|---|---|
| labels-added | The labels that were added by the action, as a stringified array. |
| labels-removed | The labels that were removed by the action, as a stringified array. |