Skip to content

v0.1 - First release

Compare
Choose a tag to compare
@ChristophShyper ChristophShyper released this 30 Jun 07:32
b839ffc

GitHub Action for creating Pull Requests

GitHub Action that will create a pull request from the current branch.

Useful in combination with my other action devopsinfra/action-commit-push.

Dockerized as devopsinfra/action-pull-request.

Features:

  • Creates pull request if triggered from a current branch or any specified by source_branch to a target_branch.
  • Title and body of a pull request can be specified with title and body.
  • Can assign assignee, reviewer, one or more label, a milestone or mark it as a draft
  • Can replace any old_string inside a pull request template with a new_string.
  • When get_diff is true will add list of commits in place of <!-- Diff commits --> and list of modified files in place of <!-- Diff files --> in a pull request template.