Skip to content

Releases: telia-oss/github-pr-resource

v0.6.1

26 Sep 14:49
9f1b5f0
Compare
Choose a tag to compare
  • get should now work correctly with base refs other than master (see #35 for details).

v0.6.0

24 Sep 07:47
54b8c9a
Compare
Choose a tag to compare
  • Added skip_download flag for use with the implicit get after a put. See #32 for details.
  • Breaking change: Changed disable_ci_skip to take a boolean instead of boolean string (for consistency with skip_download).

v0.5.2

18 Jun 10:43
da2f772
Compare
Choose a tag to compare

Fixed put comment failing because the pull request number is not a Global ID. Instead using Github v3 API (which takes a PR number) to post comments.

v0.5.1

14 Jun 10:46
Compare
Choose a tag to compare

Fixed links after moving the repository (and triggering new build to ensure we are building from the correct source).

v0.5.0

14 Jun 10:45
febcbac
Compare
Choose a tag to compare

Changed version to be human readable by emitting the PR number and commit SHA.

v0.4.2

05 Jun 12:50
1c1b41c
Compare
Choose a tag to compare
  • Replaced glob library with filepath.Match.

v0.4.1

25 May 07:27
Compare
Choose a tag to compare
  • Fix: Use strconv.ParseBool for ignore_ci_skip instead of just comparing strings.

v0.4.0

23 May 07:51
6af2cdd
Compare
Choose a tag to compare
  • Fixed ignore_paths: would only ignore a PR if a single pattern matched ALL files.
  • Added support for Github enterprise (via custom endpoints).