Skip to content

Commit 79e9174

Browse files
sarahchen6bric3
andauthored
Enable merge queue (#10002)
* Enable merge queue --------- Co-authored-by: Brice Dutheil <brice.dutheil@gmail.com>
1 parent 700e0c4 commit 79e9174

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/check-pull-request-labels.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
'comp:',
3131
'inst:',
3232
'tag:',
33+
'mergequeue-status:',
3334
'performance:', // To refactor to 'ci: ' in the future
3435
'run-tests:' // Unused since GitLab migration
3536
]

repository.datadog.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---
22
schema-version: v1
3-
kind: mergequeue
4-
enable: false
3+
kind: mergequeue # https://datadoghq.atlassian.net/wiki/x/XgUQug
4+
enable: true
5+
merge_method: squash
6+
branches:
7+
master:
8+
allow_skip_checks: true
9+
require_reason_for_skip_checks: true

0 commit comments

Comments
 (0)