Skip to content

Releases: Logerfo/gitflow-action

0.0.5 - 2022-08-29

29 Aug 18:04
Compare
Choose a tag to compare
  • New input: release-regex.
    • Default value: null.
    • If not null, allow multiple branches to match the input pattern.
    • Matched branches are considered to be release branches.
    • Can be assigned simultaneously with the release literal input.

0.0.4 - 2019-11-13

13 Nov 17:55
af600fb
Compare
Choose a tag to compare
  • auto-merge input now also accepts comma separated events:
    • pull_request_review;
    • check_run;
    • push.
  • New input: require_merge.
    • Default value: false.
    • If true, the action is considered to have failed if an attempted merge fails.
  • Added new info output for the check_run event when the payload has a empty pull request list.

0.0.3 - 2019-10-25

25 Oct 15:15
1b8e4a7
Compare
Choose a tag to compare
  • Fixed race condition when triggered by the check_run event.
  • Debugging is now better.

0.0.2 - 2019-10-22

22 Oct 17:40
b21be7e
Compare
Choose a tag to compare

Fixed pull request search not considering the head branch.

0.0.1 - 2019-10-22

22 Oct 15:03
9fd47bb
Compare
Choose a tag to compare