Skip to content

Commit a8422fe

Browse files
committed
add config for commit signing
1 parent 02cbea3 commit a8422fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

repository.datadog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@
22
schema-version: v1
33
kind: stale-branches
44
max_age: 2920h # 4 months
5+
---
6+
schema-version: v1
7+
kind: mergegate
8+
rules:
9+
- require: commit-signatures
10+
excluded_emails:
11+
- "41898282+github-actions[bot]@users.noreply.github.com" # github-actions[bot]
12+
- "packages@datadoghq.com" # ci.datadog-api-spec bot we use to commit changes

0 commit comments

Comments
 (0)