diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d2b62c7..b0ef1f8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - run: | TITLE="${{ gitea.event.pull_request.title }}" - if ! echo "$TITLE" | grep -qE '^(feat|fix|docs|chore|ci|test|refactor|perf|build|style|revert)(\(.+\))?(!)?: .+'; then + if ! echo "$TITLE" | grep -qE '^(WIP: )?(feat|fix|docs|chore|ci|test|refactor|perf|build|style|revert)(\(.+\))?(!)?: .+'; then echo "::error::Pull Request title must follow conventional commits" exit 1 fi