diff --git a/.github/workflows/pr-helper.yml b/.github/workflows/pr-helper.yml index 838aa41b4..01b955895 100644 --- a/.github/workflows/pr-helper.yml +++ b/.github/workflows/pr-helper.yml @@ -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"}' \ No newline at end of file + readToken: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file