Skip to content

Releases: TobKed/label-when-approved-action

v1.4

20 Jul 16:18
0058d00
Compare
Choose a tag to compare

Added by @potiuk

Removing label when you lost or never had an approval status
might not be what you desire to do. In some workflows when
the label is manually set, removing it is automatically is
harmful and it's better to leave the decision about removal
to the commiters.

Adding the parameter solves the problem.

Thanks @potiuk 👏 🚀

v1.3

01 Nov 10:51
4c5190f
Compare
Choose a tag to compare
  • turns missing pr in workflow_run into warning.

Sometimes (quite often really) when PR gets approved, the PR
gets merged rather quickly, without waiting for result of this
action. Or a new PR gets pushed quickly. In those cases PR will
not be found. But this is usually not a problem then and rather
than failing, we should simply print a warning and exit.

v1.2

28 Oct 19:49
7872312
Compare
Choose a tag to compare
  • add support for "workflow_run" workflows to avoid lack of permission on PRs from forks

v1.1

28 Oct 07:49
Compare
Choose a tag to compare
  • fix name of the state
  • update README

v1

27 Oct 09:53
Compare
Choose a tag to compare
  • optional comment to the PR when became approved (requires label to be set)
  • updated README

v0.1

26 Oct 21:36
Compare
Choose a tag to compare
Handle reviews