File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,16 @@ jobs:
2727 integrations-config : |
2828 {
2929 "slack": {
30- "enabled": true,
31- "action": "results",
30+ "enabled": true,
31+ "action": "results"
3232 },
3333 "teams": {
34- "enabled": true,
35- "action": "results",
34+ "enabled": true,
35+ "action": "results"
3636 },
3737 "ai": {
38- "enabled": true,
39- "action": "openai",
38+ "enabled": true,
39+ "action": "openai"
4040 }
4141 }
4242 env :
Original file line number Diff line number Diff line change @@ -196,8 +196,11 @@ inputs:
196196 behavior
197197 required : false
198198 default : false
199+
200+ # Integration Configuration
199201 integrations-config :
200- description : ' Configuration for integrations.'
202+ description :
203+ ' JSON configuration for integrations with other developer tools'
201204 required : false
202205 default : ' {}'
203206
You can’t perform that action at this time.
0 commit comments