Skip to content

Releases: peter-evans/create-pull-request

Create Pull Request v1.5.2

13 Oct 17:00
Compare
Choose a tag to compare
  • Fixed for use in on: pull_request workflows 51ade9f

Create Pull Request v1.5.1

06 Oct 05:56
Compare
Choose a tag to compare
  • Added the environment variables COMMIT_AUTHOR_EMAIL and COMMIT_AUTHOR_NAME to explicitly set the commit author email and name and override the defaults. e138d84

Create Pull Request v1.5.0

04 Oct 05:43
Compare
Choose a tag to compare
  • Updated the container version of this action to use a pre-built container. It now executes much faster. 3e0a17d
  • Updated GitPython to the latest version 7ebddff

Create Pull Request v1.4.1

02 Oct 10:22
Compare
Choose a tag to compare
  • Fixes for fixed-name branch strategy. Replaces using rebase with a merge of stashed local changes. ef76e27

Create Pull Request v1.4.0

30 Sep 10:03
Compare
Choose a tag to compare
  • Added random value for BRANCH_SUFFIX to prevent clashes when multiple PRs are created in a single workflow
  • Now outputs the environment variable PULL_REQUEST_NUMBER that can be used in later steps of a workflow
  • Now supports creating and updating the same pull request branch until it is merged or closed. Set BRANCH_SUFFIX to none.

Create Pull Request v1.3.1

26 Sep 09:09
Compare
Choose a tag to compare

Adds the following optional parameters:

  • PULL_REQUEST_LABELS - A comma separated list of labels.
  • PULL_REQUEST_ASSIGNEES - A comma separated list of assignees (GitHub usernames).
  • PULL_REQUEST_REVIEWERS - A comma separated list of reviewers (GitHub usernames) to request a review from.
  • PULL_REQUEST_TEAM_REVIEWERS - A comma separated list of GitHub teams to request a review from.
  • PULL_REQUEST_MILESTONE - The number of the milestone to associate this pull request with.

Create Pull Request v1.3.0

26 Sep 04:32
7beba58
Compare
Choose a tag to compare
  • Added support for Git Large File Storage (git-lfs)

Create Pull Request v1.2.1

24 Sep 11:16
1fc2947
Compare
Choose a tag to compare
  • Adds the parameter BRANCH_SUFFIX allowing branches to be suffixed with a timestamp instead of the short SHA1 hash
  • Adds the debug parameter SKIP_IGNORE

Create Pull Request v1.2.0

20 Sep 01:21
Compare
Choose a tag to compare
  • Removed the need to supply an additional repo scoped token. Just the default GITHUB_TOKEN is required. 9d998cb

Create Pull Request v1.1.4

20 Sep 00:46
Compare
Choose a tag to compare
  • Bug fixes for non-push events f639d94