Skip to content

Commit

Permalink
Improve do-not-merge check
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Gieringer <78054+carlgieringer@users.noreply.github.com>
  • Loading branch information
carlgieringer committed Jun 4, 2023
1 parent d83874d commit e7561a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/check-do-not-merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ grep -R\
--exclude-dir=.git\
--exclude-dir=Pods\
--exclude=check-do-not-merge.sh\
DO_NOT_MERGE\
'DO_NOT_\(MERGE\|COMMIT\|SUBMIT\)'\
.

# grep returns 0 if it found matches. It is an error if we found matches.
Expand Down

0 comments on commit e7561a7

Please sign in to comment.