diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 24854fc3..2e4a5eb6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -25,9 +25,9 @@ jobs: - name: Check branch name run: | branch_name="${{ github.head_ref }}" - if [[ ! $branch_name =~ ^(feature|feat|fix|hotfix|chore|refactor)/.+ ]]; then + if [[ ! $branch_name =~ ^(feature|feat|fix|hotfix|chore|refactor|codex)/.+ ]]; then echo "❌ Branch name '$branch_name' does not follow the required pattern." - echo "Branch name must start with: feature/, feat/, fix/, hotfix/, chore/, or refactor/" + echo "Branch name must start with: feature/, feat/, fix/, hotfix/, chore/, refactor/, or codex/" exit 1 fi echo "✅ Branch name '$branch_name' is valid." @@ -174,4 +174,4 @@ jobs: fi - name: Run Tests - run: poetry run pytest tests/unit/ \ No newline at end of file + run: poetry run pytest tests/unit/