Skip to content

Commit

Permalink
fix: remove branch name requirement (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelWagstaff authored Jul 18, 2023
1 parent 919632b commit a7d2b53
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions ci-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint pull request title and branch name
name: Lint pull request title

on:
pull_request:
Expand All @@ -8,13 +8,6 @@ jobs:
branch-naming-rules:
runs-on: ubuntu-latest
steps:
- name: Check branch naming rules
uses: deepakputhraya/action-branch-name@master
with:
regex: '^(build|chore|ci|docs|feat|fix|perf|refactor|release|revert|style|test|dependabot)\/[a-z0-9-_.\/]+?$'
ignore: production,staging,dev,dev-updated,staging-updated
min_length: 5
max_length: 100
- name: Lint pull request title
uses: morrisoncole/[email protected]
with:
Expand Down

0 comments on commit a7d2b53

Please sign in to comment.