Skip to content

Releases: peter-evans/create-pull-request

Create Pull Request v1.5.0

04 Oct 05:43

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

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

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

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

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

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

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

Choose a tag to compare

  • Bug fixes for non-push events f639d94

Create Pull Request v1.1.3

12 Sep 07:16

Choose a tag to compare

Create Pull Request v1.1.2

10 Sep 09:05

Choose a tag to compare

  • Fixes issue #29 where an error was thrown when the action was being used in scheduled jobs