Skip to content

Commit 042539c

Browse files
committed
triage: allow blank-line no_autobump removals
1 parent eac21de commit 042539c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/triage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@ jobs:
192192
193193
- label: CI-syntax-only
194194
path: Formula/.+
195-
patch_content: '^(?:(?:--- \S+|\+\+\+ \S+|[+-] no_autobump! because: [^\n]+)\n?)+$'
195+
patch_content: '^(?:(?:--- \S+|\+\+\+ \S+|[+-] no_autobump! because: [^\n]+|[+-])\n?)+$'
196196
197197
- label: autobump
198198
path: Formula/.+
199-
patch_content: '^(?:(?:--- \S+|\+\+\+ \S+|[+-] no_autobump! because: [^\n]+)\n?)+$'
199+
patch_content: '^(?:(?:--- \S+|\+\+\+ \S+|[+-] no_autobump! because: [^\n]+|[+-])\n?)+$'
200200
keep_if_no_match: true
201201
202202
- label: boost

0 commit comments

Comments
 (0)