github-pr-resource
github-pr-resource copied to clipboard
Github pull request resource for Concourse
Apologies again for the back-and-forth. https://github.com/telia-oss/github-pr-resource/pull/283 Does work.
Hi everyone! I'm currently experiencing the following problem while trying to comment on a pr. `put failed: failed to post comment: POST https://.../1731/comments: 422 Validation Failed [{Resource:IssueComment Field:data Code:unprocessable Message:Body...
When get my pr resource and set the params for list_changed_files: true this does not create a directory as stated in the documentation. For example, - get: git-pr trigger: true...
This supersedes #205. This resource can inadvertently miss Pull Requests due to out-of-order commits across PRs. If PR#2 is opened after PR#1, but the head commit of PR#2 is older...
## Context At the moment you can configure the resource and set `disable_forks` on it where it will disable triggering of the resource if the pull request's fork repository is...
Hi, right now I work with a quite big branch with many changes and need to increase `merge.renamelimit`. ```text warning: you may want to set your merge.renamelimit variable to at...
A lot of prs are piling up and I ended up having to create a frankenstein fork including all those I need but this does not really work as a...
Feature request. > Clones the base (e.g. master branch) at the latest commit, and merges the pull request at the specified commit into master. This ensures that we are both...
There are two ways of providing comments to the put step: `comment` and `comment_file`. The first one can be used for hard-coded comments while the later can be used for...