Skip to content

Commit 3767ff0

Browse files
authored
Merge pull request #5 from stackhpc/fix_zuul_config
Post comments
2 parents 32f5f39 + 0420f2d commit 3767ff0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

zuul.d/pipelines.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
start:
2222
github:
2323
check: 'in_progress'
24-
comment: false
24+
comment: true
2525
success:
2626
github:
2727
check: 'success'
28-
comment: false
28+
comment: true
2929
failure:
3030
github:
3131
check: 'failure'
32-
comment: false
32+
comment: true
3333
dequeue:
3434
github:
3535
check: 'cancelled'
36-
comment: false
36+
comment: true
3737

3838
- pipeline:
3939
name: gate

0 commit comments

Comments
 (0)