We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7581c commit a10a5f8Copy full SHA for a10a5f8
.drone.yml
@@ -30,7 +30,7 @@ notify:
30
channel: $$SLACK_CHANNEL
31
username: drone
32
when:
33
- event: [pull_request]
+ event: pull_request
34
template: |
35
{{#success build.status}}
36
[{{ repo.name}}] Congrats {{ build.author }}! Your PR works: {{ build.link_url}}
@@ -45,14 +45,14 @@ publish:
45
checksum:
46
- md5
47
48
- event: [tag]
+ event: tag
49
notify:
50
slack:
51
webhook_url: $$SLACK_WEBHOOK
52
53
54
55
56
57
58
[{{ repo.name}}/{{ build.branch }}] A new release is available: {{ build.link_url}}
0 commit comments