Skip to content

Commit

Permalink
Add infra option
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch committed Nov 10, 2024
1 parent f911339 commit 329a1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: |
if [[ ! "$PR_TITLE" =~ ^\[(Integration|Core|Docs|CI)\]\ .+ ]]; then
if [[ ! "$PR_TITLE" =~ ^\[(Integration|Core|Docs|CI|Infra)\]\ .+ ]]; then
echo "PR title does not match the required convention."
echo "Examples of acceptable titles:"
echo "[Integration] Resolve missing team context in board ingestion for non-default teams"
Expand Down

0 comments on commit 329a1f1

Please sign in to comment.