2022-05-10 12:53:18 +02:00
|
|
|
push:
|
|
|
|
branches:
|
2022-09-29 08:52:31 +02:00
|
|
|
# these two enable potential bors support:
|
2022-11-29 11:21:50 +01:00
|
|
|
- '^staging$'
|
|
|
|
- '^trying$'
|
2023-11-07 13:05:56 +01:00
|
|
|
# github merge trains:
|
|
|
|
- '^gh-readonly-queue/'
|
2022-05-10 12:53:18 +02:00
|
|
|
|
|
|
|
pr:
|
|
|
|
enable_comments: true
|
|
|
|
sticky_comment: true
|
2022-09-30 13:56:12 +02:00
|
|
|
comment_artifacts:
|
|
|
|
- name: doc-preview/
|
|
|
|
readable_name: Documentation preview
|
2022-05-10 12:53:18 +02:00
|
|
|
|
|
|
|
commit:
|
2022-11-22 14:45:45 +01:00
|
|
|
skip_keywords: ["ci_skip", "murdock_skip", "[ci skip]" ]
|
2022-05-10 12:53:18 +02:00
|
|
|
|
|
|
|
artifacts:
|
|
|
|
- output.txt
|
|
|
|
- doc-preview/
|