You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👎 {{repo.owner}}/{{repo.name}} pull request #{{build.pull}} building failed. See what happened <{{build.link}}|here>.
71
56
{{/success}}
72
57
when:
73
-
event:
74
-
- pull_request
58
+
status:
59
+
- success
60
+
- failure
61
+
62
+
- name: github comment
63
+
image: lbogdan/github-comment-plugin:1
64
+
settings:
65
+
domain: *domain
66
+
github_token:
67
+
from_secret: github_token
68
+
template: |
69
+
Build for latest commit https://github.com/{{owner}}/{{repo}}/pull/{{pr}}/commits/{{commitSha}} {{#success}}is at https://pr{{pr}}.{{buildDomain}}/s/new{{/success}}{{^success}}failed{{/success}}.
👍 {{repo.owner}}/{{repo.name}} branch {{build.branch}} successfully built. Access it at https://{{build.branch}}.build.csb.dev/ and see the build logs <{{build.link}}|here>.
145
+
{{else}}
146
+
👎 {{repo.owner}}/{{repo.name}} branch {{build.branch}} building failed. See what happened <{{build.link}}|here>.
0 commit comments