This repository was archived by the owner on Apr 21, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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:'
You can’t perform that action at this time.
0 commit comments