Skip to content
1 change: 1 addition & 0 deletions .github/workflows/check-pull-request-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
'comp:',
'inst:',
'tag:',
'mergequeue-status:',
'performance:', // To refactor to 'ci: ' in the future
'run-tests:' // Unused since GitLab migration
]
Expand Down
9 changes: 7 additions & 2 deletions repository.datadog.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
schema-version: v1
kind: mergequeue
enable: false
kind: mergequeue # https://datadoghq.atlassian.net/wiki/x/XgUQug
enable: true
merge_method: squash
branches:
master:
allow_skip_checks: true
require_reason_for_skip_checks: true
Comment on lines +8 to +9
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: allow skip checks ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes - Especially while we experiment with merge queues, I think it'd be safe to include a way to override the queue process.

Loading