We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96de49a commit 1b88e18Copy full SHA for 1b88e18
.github/workflows/branch-naming-policy.yml
@@ -20,7 +20,7 @@ jobs:
20
if: github.ref_type == 'branch' || github.ref_type == 'pull_request'
21
with:
22
token: ${{ secrets.GITHUB_TOKEN }}
23
- regex: '^(feat|issue|fix|exp)\/([a-z0-9]+)\/([0-9]+)-([a-z0-9]+)'
+ regex: '^dev|^(feat|issue|fix|exp)\/([a-z0-9]+)\/([0-9]+)-([a-z0-9]+)'
24
# flags: i
25
# token: ${{ secrets.REPO_TOKEN }}
26
# delete: true
0 commit comments