Skip to content

Commit c77cf77

Browse files
committed
Revert "triage: allow patch headers in no_autobump match"
This reverts commit c34eda2.
1 parent 0abecb6 commit c77cf77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
193193
- label: CI-syntax-only
194194
path: Formula/.+
195-
patch_content: '^(?:(?:--- \S+|\+\+\+ \S+|[+-] no_autobump! because: [^\n]+)\n?)+$'
195+
patch_content: '^(?:[+-] no_autobump! because: [^\n]+(?:\n|$))+$'
196196
197197
- label: boost
198198
path: Formula/.+

0 commit comments

Comments
 (0)