Github Pullrequest Resource Versions Save

Provides a Github pull request resource for concourse CI.

v14

6 years ago
  • Create a comment on a pull request. PR #24
  • Only iterate over pull requests that were made against a specific branch. PR #25
  • Pull in the merged version of the pull request. This is useful to make sure it is mergeable with the current branch. PR #29

v15

6 years ago
  • Resolve issue where every was returning PRs incorrect order. Issue #27
  • Resolve issue when a PR made on the master branch could not be checked out. Issue #33

v16

6 years ago
  • Fix issue where git submodule was not being called on the PR branch

v17

6 years ago
  • document the base option
  • improve deprecation warning to be conditional (Thanks @jmcarp)

v18

6 years ago
  • No new features. This was a refactor, which I'd like to production test. If you need to revert please lock the resource_type to the v17 tag.

v19

6 years ago
  • add meta field for target branch basebranch (Thanks @arwineap)

v20

6 years ago
  • disable PRs that were made from forks with disable_forks Thanks @henrytk
  • PRs only trigger when matching paths or ignore_paths Thanks @ahume
  • refactored so adding filters is easier and testable
  • finally deprecated every, you should always be using version: every

v21

6 years ago
  • support multiple contextes in a single put
  • specify depth and submodule on a git clone
  • fix typo in README Thanks @trizko
  • fix issue with Github API proxying Thanks @databus