diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b09f0533527..627407566bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: env: TITLE: ${{ github.event.pull_request.title }} run: | - if ! echo "$TITLE" | grep -qP '^(chore|ci|docs|feat|fix|refactor|test):'; then - echo "::error::PR title must start with chore:, ci:, docs:, feat:, fix:, refactor: or test:" + if ! echo "$TITLE" | grep -qP '^(chore|ci|docs|feat|fix|perf|refactor|test):'; then + echo "::error::PR title must start with chore:, ci:, docs:, feat:, fix:, perf:, refactor: or test:" exit 1 fi