Skip to content

Commit bf1e444

Browse files
authored
Allow custom commit messages to merge queue (#11462)
Allow custom commit messages to merge queue Add mq settings to LP ownership Co-authored-by: sarah.chen <sarah.chen@datadoghq.com>
1 parent d7351ef commit bf1e444

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
/remote-config/ @DataDog/apm-lang-platform-java
6464
/telemetry/ @DataDog/apm-lang-platform-java
6565
/test-published-dependencies/ @DataDog/apm-lang-platform-java
66+
/repository.datadog.yaml @DataDog/apm-lang-platform-java
6667

6768
# @DataDog/asm-java (AppSec/IAST)
6869
/buildSrc/call-site-instrumentation-plugin/ @DataDog/asm-java

repository.datadog.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ branches:
1414
master:
1515
allow_skip_checks: true
1616
require_reason_for_skip_checks: true
17+
allow_custom_commit_message: true

0 commit comments

Comments
 (0)