Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,15 @@ pull_request_rules:
actions:
label:
toggle:
- ci-passed
- ci-passed
- name: "Ensure commits follow DCO"
conditions:
- "#commits > 0"
- "body~Signed-off-by:"
actions:
comment:
message: |
⚠️ Your PR is missing a `Signed-off-by:` line in at least one commit.
Please use `git commit -s` to sign your commits.
dismiss_reviews:
message: "DCO check failed. Please sign your commits."
Loading