dlavrenuek/Commit history issue labeler
Adds labels to all issues and PRs based on commit history between two given references
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| from | Tag Name or Commit SHA to start commits from (not included) | no | "" |
| to | Commit SHA or HEAD as the last commit to include | yes | — |
| labels | Comma separated labels that will be added to all PRs and related issues | yes | — |
| color | The hexadecimal color code for new labels, without the leading `#`. Example: ff00ff | no | aaaaaa |
Outputs
| name | description |
|---|---|
| issues | Issue ids in JSON format that were labeled. Example: [2, 3, 10, 12] |