Skip to content

Releases: crazymanish/pullrequest-attention-label-action

Echo bugfix

14 Mar 09:43
7f2fac9
Compare
Choose a tag to compare

fix(entrypoint): adding ending to echo statement #4 by @kentos

GH issue support

27 Feb 13:51
a2e9e5d
Compare
Choose a tag to compare

Introduce SKIP_DRAFTS option

27 Feb 08:49
e258aeb
Compare
Choose a tag to compare

v1.0.1-Release

25 Feb 08:01
Compare
Choose a tag to compare
  • Fix action.yml file.

v1.0.0-Release

24 Feb 22:50
Compare
Choose a tag to compare

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.