Skip to content

Commit 6a5f196

Browse files
authored
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#5259)
1 parent 8f44997 commit 6a5f196

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/mergify.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ pull_request_rules:
4545
- 'author!=vyosbot'
4646
- or:
4747
- '-title~=^(([a-zA-Z0-9\-_.]+:\s)?)T\d+:\s+[^\s]+.*'
48-
- 'commits[*].commit_message~=^(?!(([a-zA-Z0-9\-_.]+:\s)?)T\d+:\s+[^\s]+).*'
48+
- and:
49+
- 'label!=legacy'
50+
- 'commits[*].commit_message~=^(?!(([a-zA-Z0-9\-_.]+:\s)?)T\d+:\s+[^\s]+).*'
4951
actions:
5052
label:
5153
toggle:

0 commit comments

Comments
 (0)