Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 7a03ecc

Browse files
committed
Merge branch 'release/1.0.18'
2 parents 7a9c63a + a959d5c commit 7a03ecc

1 file changed

Lines changed: 62 additions & 0 deletions

File tree

.github/slack.yml

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
username: GitHub-CI
2+
icon_url: https://octodex.github.com/images/mona-the-rivetertocat.png
3+
4+
pretext: Triggered via {{eventName}} by {{actor}} {{or action "action"}} {{ref}} `{{diffRef}}`
5+
title: GitHub Actions
6+
title_link: https://support.github.com
7+
8+
text: |
9+
*<{{workflowRunUrl}}|Workflow _{{workflow}}_ job _{{jobName}}_ triggered by _{{eventName}}_ is _{{jobStatus}}_>* for <{{refUrl}}|`{{ref}}`>
10+
{{#if description}}<{{diffUrl}}|`{{diffRef}}`> - {{description}}{{/if}}
11+
{{#if payload.commits}}
12+
*Commits*
13+
{{#each payload.commits}}
14+
<{{this.url}}|`{{truncate this.id 8}}`> - {{this.message}}
15+
{{/each}}
16+
{{/if}}
17+
18+
fallback: |-
19+
[GitHub] {{workflow}} #{{runNumber}} {{jobName}} is {{jobStatus}}
20+
21+
fields:
22+
- title: Job Steps
23+
value: "{{#each jobSteps}}{{icon this.outcome}} {{@key}}\n{{/each}}"
24+
short: false
25+
- title: Job Matrix
26+
value: "{{#each jobMatrix}}{{@key}}: {{this}}\n{{/each}}"
27+
short: false
28+
- title: Workflow
29+
value: "<{{workflowUrl}}|{{workflow}}>"
30+
short: true
31+
- title: Git Ref
32+
value: "{{ref}} ({{refType}})"
33+
short: true
34+
- title: Run ID
35+
value: |-
36+
<{{workflowRunUrl}}|{{runId}}>
37+
short: true
38+
- title: Run Number
39+
value: "{{runNumber}}"
40+
short: true
41+
- title: Actor
42+
value: "{{actor}}"
43+
short: true
44+
- title: Job Status
45+
value: "{{jobStatus}}"
46+
short: true
47+
48+
footer: >-
49+
<{{repositoryUrl}}|{{repositoryName}}> {{workflow}} #{{runNumber}}
50+
51+
colors:
52+
success: '#5DADE2'
53+
failure: '#884EA0'
54+
cancelled: '#A569BD'
55+
default: '#7D3C98'
56+
57+
icons:
58+
success: ':white_check_mark:'
59+
failure: ':grimacing:'
60+
cancelled: ':x:'
61+
skipped: ':heavy_minus_sign:'
62+
default: ':interrobang:'

0 commit comments

Comments
 (0)