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

Commit 7591fea

Browse files
committed
changelog for v26
1 parent 6553477 commit 7591fea

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v26 @ 8/21/2017
2+
3+
* Support evaluating the concourse BUILD environment variables in a context.
4+
15
# v25 @ 8/1/2017
26

37
* support caching of API requests to Github. This decreases hitting the

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ Set the status message for `concourse-ci` context on specified pull request.
141141
(defaults to `status`). Any context will be prepended with `concourse-ci`, so
142142
a context of `unit-tests` will appear as `concourse-ci/unit-tests` on Github.
143143

144+
This supports the [build environment](http://concourse.ci/implementing-resources.html#resource-metadata)
145+
variables provided by concourse. For example, `context: $BUILD_JOB_NAME` will set the context to the job name.
146+
144147
* `comment`: *Optional.* The file path of the comment message. Comment owner is same with the owner of `access_token`.
145148

146149
* `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.

0 commit comments

Comments
 (0)