Releases: telia-oss/github-pr-resource
Releases · telia-oss/github-pr-resource
v0.6.1
get
should now work correctly with base refs other than master
(see #35 for details).
v0.6.0
- 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
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
Fixed links after moving the repository (and triggering new build to ensure we are building from the correct source).
v0.5.0
Changed version
to be human readable by emitting the PR number and commit SHA.
v0.4.2
- Replaced
glob
library with filepath.Match
.
v0.4.1
- Fix: Use
strconv.ParseBool
for ignore_ci_skip
instead of just comparing strings.
v0.4.0
- Fixed
ignore_paths
: would only ignore a PR if a single pattern matched ALL files.
- Added support for Github enterprise (via custom endpoints).