Skip to content

Commit dd141b9

Browse files
committed
add config for commit signing
1 parent 1293127 commit dd141b9

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
@@ -4,3 +4,11 @@ kind: stale-branches
44
max_age: 2920h # 4 months
55
excludes:
66
- gh-pages
7+
---
8+
schema-version: v1
9+
kind: mergegate
10+
rules:
11+
- require: commit-signatures
12+
excluded_emails:
13+
- "41898282+github-actions[bot]@users.noreply.github.com" # github-actions[bot]
14+
- "[email protected]" # ci.datadog-api-spec bot we use to commit changes

0 commit comments

Comments
 (0)