diff options
| -rw-r--r-- | .mergify.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.mergify.yml b/.mergify.yml index 8864c86..e467fdd 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -104,6 +104,9 @@ pull_request_rules: conditions: - '-closed' - '-merged' + - '-author~=\[bot\]$' + - 'author!=copilot-swe-agent' + - 'author!=vyosbot' - or: - '#title < 10' - 'title~=(?i)\bwip\b' @@ -123,6 +126,9 @@ pull_request_rules: conditions: - '-closed' - '-merged' + - '-author~=\[bot\]$' + - 'author!=copilot-swe-agent' + - 'author!=vyosbot' - '#body < 80' actions: label: |
