Skip to content
This repository was 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

Choose a tag to compare

@jtarchie jtarchie released this 23 Sep 01:27
populate file with latest commit hash of PR branch

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

Choose a tag to compare

@jtarchie jtarchie released this 06 Sep 04:40
  • Output user of the PR to the meta data Thanks @drnic

v27

v27

Choose a tag to compare

@jtarchie jtarchie released this 06 Sep 04:39

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

v26

v26

Choose a tag to compare

@jtarchie jtarchie released this 01 Sep 02:05

Support evaluating the concourse BUILD environment variables in a context.

v25

v25

Choose a tag to compare

@jtarchie jtarchie released this 01 Aug 23:55
  • 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

v24

Choose a tag to compare

@jtarchie jtarchie released this 27 Jun 01:30

v23

v23

Choose a tag to compare

@jtarchie jtarchie released this 27 Jun 01:29
  • update LICENSE file
  • support filtering PRs with a specific label

v22

v22

Choose a tag to compare

@jtarchie jtarchie released this 27 Jun 01:29
  • remove default --depth 1 when none is specified

v21

v21

Choose a tag to compare

@jtarchie jtarchie released this 26 Jun 13:15
  • 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

v20

Choose a tag to compare

@jtarchie jtarchie released this 26 Jun 13:15
  • 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