Releases: crazymanish/pullrequest-attention-label-action
Releases · crazymanish/pullrequest-attention-label-action
Echo bugfix
GH issue support
Introduce SKIP_DRAFTS option
v1.0.1-Release
- Fix
action.yml
file.
v1.0.0-Release
Add an attention label to an open pull-request
- A GitHub action to add an attention label on an open pull-request after certain days.
Input: The action requires three environment variables
- ADD_LABEL: The label name to add. Mandatory variable.
- AFTER_DAYS: The number of days from the pull request creation date. Optional variable, the default value is 3 days.
- SKIP_LABELS: The comma-separated labels string. If an open pull-request has one of those labels then this action will skip adding the attention label. Optional variable, default value is work-in-progress,wip.