Skip to content

Releases: vsoch/pull-request-action

Pull Request Action Version 1.0.16

19 Apr 01:58
2ca2661
Compare
Choose a tag to compare

This release includes a bugfix that the branch is not included in the payload during a scheduled run. The action will still exit on error, but with a meaningful message to the user to set the environment variable.

Pull Request Action Version 1.0.15

15 Feb 17:52
7f0d383
Compare
Choose a tag to compare

This release includes a bug fix that assignees were not properly passed into the add_assignees function.

Pull Request Action Version 1.0.14

13 Feb 00:44
6d137cd
Compare
Choose a tag to compare

This release adds two new variables to allow for updating an existing pull request:

  • PULL_REQUEST_UPDATE: set to non null if you want to indicate that if the PR exists, it should be updated
  • PULL_REQUEST_STATE: if update is set to true, change the state (open or closed, defaults to open)

Pull Request Action Release 1.0.13

18 Dec 11:06
ebce8e4
Compare
Choose a tag to compare

More verbosity added to checking for failure.

Pull Request Action Version 1.0.12

17 Nov 16:39
c761be1
Compare
Choose a tag to compare

This release replaces the now deprecated set-env with an updated command to write to the environment file.

Pull Request Action Version 1.0.11

20 Oct 18:17
c39853d
Compare
Choose a tag to compare

This release includes the addition of a PASS_IF_EXISTS variable so the action will pass if it's set and the branch pull request is already open.

Pull Request Action Release 1.0.10

26 Sep 00:34
0d662a3
Compare
Choose a tag to compare

This release improves the python flow, including:

  • Separating the body/title into groups
  • ensuring that we loop through the GET request results looking for open branches
  • trying GET request with header tokens in the case of 404

Pull Request on Branch Push

10 Mar 02:39
Compare
Choose a tag to compare

This action will open a pull request to master branch (or otherwise specified) whenever a branch with some prefix is pushed to. The idea is that you can set up some workflow that pushes content to branches of the repostory, and you would then want this push reviewed for merge to master.

Pull Request Action

10 Mar 02:37
Compare
Choose a tag to compare

This action will open a pull request to master branch (or otherwise specified) whenever a branch with some prefix is pushed to. The idea is that you can set up some workflow that pushes content to branches of the repostory, and you would then want this push reviewed for merge to master.