Skip to content

Commit 07867ee

Browse files
authoredMar 19, 2025
Disable the merge queue (#6780)
## Summary of changes Disables the merge queue ## Reason for change We don't want it. It hits our CI very hard and doesn't work very well for us, we prefer to use the manual button to merge the PRs ## Implementation details Added the file, also saw that https://github.com/DataDog/dd-trace-go/blob/main/repository.datadog.yml has it as well so I think this should be good. ## Test coverage None ## Other details <!-- Fixes #{issue} --> <!-- ⚠️ Note: where possible, please obtain 2 approvals prior to merging. Unless CODEOWNERS specifies otherwise, for external teams it is typically best to have one review from a team member, and one review from apm-dotnet. Trivial changes do not require 2 reviews. -->
1 parent f1eddc0 commit 07867ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎repository.datadog.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
schema-version: v1
3+
kind: mergequeue
4+
enable: false

0 commit comments

Comments
 (0)
Failed to load comments.