Skip to content

Commit

Permalink
regex fix pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajberdy authored Nov 22, 2023
1 parent 67bd00e commit ee7b214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo $BRANCH_NAME
echo $PR_TITLE
if ! [[ "$PR_TITLE" =~ ^fix\(critical\): ]]; then
if ! [[ "$PR_TITLE" == fix\(critical\):* ]]; then
if [[ -z $UNFROZEN_PREFIX ]];
then
echo "Error: You can only merge PRs titled with prefix 'fix(critical): '."
Expand Down

0 comments on commit ee7b214

Please sign in to comment.