Releases: telia-oss/github-pr-resource
Releases · telia-oss/github-pr-resource
v0.23.0
v0.22.0
This release brings several new features from the community! 🥳
New options
- Allow filtering PRs by state,
states
(@vixus0) - Add
ignore_drafts
option to skip draft pull requests (@mariash) - Support for fetching tags,
fetch_tags
(@jhosteny) - Support for Git LFS,
disable_git_lfs
(@spire-allyjweir) - Expand environment variables in context (@mattburgess)
Improvements
- Version and metadata are available before integration step (@gabro)
- Expose approved review count information (@isaacsanders)
v0.21.0
v0.20.0
v0.19.2
v0.19.1
v0.19.0
- Added support for filtering pull requests on
labels
. Thanks to @sergiughf. put
has two new flags:- @v-yarotsky has made environment interpolation better by only expanding variables that are set by Concourse in the first place.
v0.18.0
v0.17.0
get
now supports list_changed_files
. When set to true
a list of changed files will be available in .git/resource/changed_files
. Thanks @holger-wg2!