github-pullrequest-resource
github-pullrequest-resource copied to clipboard
Provides a Github pull request resource for concourse CI.
This implements #194. It's just a simple addition of the HTTP response's `['head']['repo']['full_name']` to the git config and the .git folder as `repo`.
I could use this in particular because I use Concourse to generate artifacts from the input PRs and push them up to the PR branch - if the PR is...
- supports concourse build environment variables and including the comment file as $COMMENT_FILE_CONTENT Closes #174
I searched all issues and documents, I don't find answer. I see few PR test has not been started. How do I manually trigger for new PR number. For existing...
We have team members who have reported an issue few times where the CI Status message in the Gihub Pull Request corresponds to a wrong build number for a wrong...
I want to be able to update the status and then automatically merge a pull request. I'm experiencing an issue where sometimes the merge happens first and the status never...
I am not sure what this is supposed to be, so far I tried to equal it to the directory name of my task execution, hence `dir: x` would imply...
I want to be able to create a pipeline for a specific PR while still getting the git hooks that this resource provides, but currently that isn't possible without also...
Was wondering if you would accept a PR to allow specifying a PR comment using static text, rather than file contents? This is very much inspired by the slack resource...
There are situations where new versions of the PR resource will can get lost. This happens because the versions that are returned are sorted by when they were last updated....