Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Commit

Permalink
changelog for v26
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarchie committed Aug 22, 2017
1 parent 6553477 commit 7591fea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v26 @ 8/21/2017

* Support evaluating the concourse BUILD environment variables in a context.

# v25 @ 8/1/2017

* support caching of API requests to Github. This decreases hitting the
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ Set the status message for `concourse-ci` context on specified pull request.
(defaults to `status`). Any context will be prepended with `concourse-ci`, so
a context of `unit-tests` will appear as `concourse-ci/unit-tests` on Github.

This supports the [build environment](http://concourse.ci/implementing-resources.html#resource-metadata)
variables provided by concourse. For example, `context: $BUILD_JOB_NAME` will set the context to the job name.

* `comment`: *Optional.* The file path of the comment message. Comment owner is same with the owner of `access_token`.

* `merge.method`: *Optional.* Use this to merge the PR into the target branch of the PR. There are three available merge methods -- `merge`, `squash`, or `rebase`. Please this [doc](https://developer.github.com/changes/2016-09-26-pull-request-merge-api-update/) for more information.
Expand Down

0 comments on commit 7591fea

Please sign in to comment.