diff --git a/.github/workflows/conventional-commit.yml b/.github/workflows/conventional-commit.yml index b01612d0de7..7ef059c65a4 100644 --- a/.github/workflows/conventional-commit.yml +++ b/.github/workflows/conventional-commit.yml @@ -41,9 +41,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + requireScope: true scopes: | ${{ env.SCOPES }} - requireScope: true - uses: marocchino/sticky-pull-request-comment@v2