File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
3333The 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
You can’t perform that action at this time.
0 commit comments