From ecbb768f7888fc7bfec204a195aae3252cf36ba1 Mon Sep 17 00:00:00 2001 From: Shahroz Khan Date: Thu, 27 Apr 2023 19:41:53 +0500 Subject: [PATCH] ci: remove unnecessary warning (#302) --- .github/workflows/pr-helper.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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