Skip to content

Commit

Permalink
ci: remove unnecessary warning (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Apr 27, 2023
1 parent b6b2551 commit ecbb768
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ jobs:
- name: Semantic PR helper
uses: levibostian/action-semantic-pr@v3
with:
readToken: ${{ secrets.GITHUB_TOKEN }}
# Sets rules on the types of commits allowed on a specific branch.
# Example: {"beta": "fix,docs"} gives a warning on the pull request if a pull request is made into the beta branch with a type thats not fix.
branchTypeWarning: '{"beta": "fix", "main": "fix"}'
readToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ecbb768

Please sign in to comment.