We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bd03e commit 7de60a2Copy full SHA for 7de60a2
.github/mergify.yml
@@ -6,4 +6,15 @@ pull_request_rules:
6
actions:
7
label:
8
toggle:
9
- - ci-passed
+ - ci-passed
10
+ - name: "Ensure commits follow DCO"
11
+ conditions:
12
+ - "#commits > 0"
13
+ - "body~Signed-off-by:"
14
+ actions:
15
+ comment:
16
+ message: |
17
+ ⚠️ Your PR is missing a `Signed-off-by:` line in at least one commit.
18
+ Please use `git commit -s` to sign your commits.
19
+ dismiss_reviews:
20
+ message: "DCO check failed. Please sign your commits."
0 commit comments