cdklabs/issue-reprioritization-manager
A GitHub Action for issue-reprioritization-manager
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token | yes | — |
| original-label | label that is candidate for reprioritization | yes | — |
| new-label | new label attached to all reprioritized issues | yes | — |
| skip-label | skip reprioritization on issues with this label | no | — |
| reprioritization-threshold | the threshold count necessary for reprioritization | no | 20 |
| reprioritization-message | display this message on issues that were reprioritized | no | This issue has received a significant amount of attention so we are automatically upgrading its priority. A member of the community will see the re-prioritization and provide an update on the issue. |
| omit-message | set this flag if you do not want automatic messages on reprioritized issues | no | false |
| project-url | the url of the org-level project you want to add reprioritized issues to | — | — |
| project-scope | project scopes can be either user level or organization level | no | organization |
Outputs
| name | description |
|---|---|
| num-reprioritized | returns the number of reprioritized issues |
| reprioritized-issues | returns a list of reprioritized issues |
| linked-pulls | returns a list of linked pull requests from reprioritized issues |