Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Releases: jtarchie/github-pullrequest-resource

v29: Merge pull request #107 from NuclearNic/expose-branch-commit-hash

23 Sep 01:27
Compare
Choose a tag to compare
populate file with latest commit hash of PR branch

v28: Merge pull request #104 from drnic/user-info

06 Sep 04:40
Compare
Choose a tag to compare
  • Output user of the PR to the meta data Thanks @drnic

v27

06 Sep 04:39
Compare
Choose a tag to compare
v27

Output the git config meta values into files in the .git/ directory. Thanks @mazubieta

v26

01 Sep 02:05
Compare
Choose a tag to compare
v26

Support evaluating the concourse BUILD environment variables in a context.

v25

01 Aug 23:55
Compare
Choose a tag to compare
v25
  • support caching of API requests to Github. This decreases hitting the
    rate limit per hour. It does not reduce the number of request, though.

v24

27 Jun 01:30
Compare
Choose a tag to compare
v24

v23

27 Jun 01:29
Compare
Choose a tag to compare
v23
  • update LICENSE file
  • support filtering PRs with a specific label

v22

27 Jun 01:29
Compare
Choose a tag to compare
v22
  • remove default --depth 1 when none is specified

v21

26 Jun 13:15
Compare
Choose a tag to compare
v21
  • 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

v20

26 Jun 13:15
Compare
Choose a tag to compare
v20
  • 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