Skip to content

Commit

Permalink
Update branch-naming-convention.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melpadden authored Jul 24, 2024
1 parent 8934818 commit f749308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch-naming-convention.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: github.ref_type == 'branch' || github.ref_type == 'pull_request'
with:
token: ${{ secrets.GITHUB_TOKEN }}
regex: '^(feat|issue|fix|exp)\/([a-z0-9]+)\/([0-9]+)-([a-z0-9]+)$'
regex: '^(feat|issue|fix|exp)\/([a-z0-9]+)\/([0-9]+)-([a-z0-9]+)'
# flags: i
# token: ${{ secrets.REPO_TOKEN }}
# delete: true

0 comments on commit f749308

Please sign in to comment.