gitflow-action

Automatically creates and merges pull requests from master to dev and from release to master.

MIT License

Stars
24
Committers
4

Bot releases are visible (Hide)

gitflow-action - 0.0.5 - 2022-08-29 Latest Release

Published by Logerfo about 2 years ago

  • 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.
gitflow-action - 0.0.4 - 2019-11-13

Published by Logerfo almost 5 years ago

  • 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.
gitflow-action - 0.0.3 - 2019-10-25

Published by Logerfo almost 5 years ago

  • Fixed race condition when triggered by the check_run event.
  • Debugging is now better.
gitflow-action - 0.0.2 - 2019-10-22

Published by Logerfo almost 5 years ago

Fixed pull request search not considering the head branch.

gitflow-action - 0.0.1 - 2019-10-22

Published by Logerfo almost 5 years ago

Initial release.

Package Rankings
Top 6.6% on Github actions
Badges
Extracted from project README
Dependencies Status
Related Projects