Skip to content

Commit

Permalink
Merge pull request #1195 from project-chip/fix-mergify-config
Browse files Browse the repository at this point in the history
Fix typo in mergify config
  • Loading branch information
Apollon77 authored Sep 15, 2024
2 parents 0104bc3 + 5700f9c commit 215f4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pull_request_rules:
- "check-success=pullapprove"
- "check-skipped=pullapprove"
- "check-neutral=pullapprove"
- label!="autmated pr" # Don't auto merge automated PRs, other processes do this
- label!="automated pr" # Don't auto merge automated PRs, other processes do this
actions:
merge:
method: squash

0 comments on commit 215f4c6

Please sign in to comment.