Skip to content

Commit 8236a30

Browse files
authored
Merge pull request #16 from buildkite-plugins/release/v0.1.0
Update README for `v0.1.0` release
2 parents 4abcae0 + 4636dbd commit 8236a30

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Add the following to your `pipeline.yml`:
1515

1616
```yaml
1717
steps:
18-
command: echo "cool plugin!"
18+
command: echo "~~~ :github: Add approval comment Pull Request"
1919
plugins:
20-
- pr-commenter#v0.0.1:
20+
- pr-commenter#v0.1.0:
2121
message: "LGTM!"
2222
secret-name: GITHUB_TOKEN
2323
```
@@ -32,7 +32,7 @@ Default: `GITHUB_TOKEN`
3232
### `message` (optional, string)
3333
The message which should be posted to the PR. This can be a dynamic value, such as `$BUILDKITE_COMMAND`
3434

35-
Default: `[https://buildkite.com/mock-org/cool-pipeline/builds/420#step-id](https://buildkite.com/mock-org/cool-pipeline/builds/420#step-id) exited with code 0`
35+
Default: `[${BUILDKITE_BUILD_URL}#${BUILDKITE_JOB_ID}](${BUILDKITE_BUILD_URL}#${BUILDKITE_JOB_ID}) exited with code ${BUILDKITE_COMMAND_EXIT_STATUS}`
3636

3737
## Compatibility
3838

0 commit comments

Comments
 (0)