diff --git a/.github/workflows/merge-checks.yml b/.github/workflows/merge-checks.yml index 6dcd13f9..ae37fde2 100644 --- a/.github/workflows/merge-checks.yml +++ b/.github/workflows/merge-checks.yml @@ -10,7 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Build, Test, and Lint - uses: remedyred/check-action@v1.2.3 + uses: remedyred/check-action@v1.2.6 with: SCRIPTS: prerelease:ci GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + PREVENT_COMMITS: true diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index c909f3eb..b03ae602 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Build, Test, and Lint - uses: remedyred/check-action@v1.2.3 + uses: remedyred/check-action@v1.2.6 with: SCRIPTS: prerelease:ci GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3096252b..248a6eba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: contents: write steps: - name: Build, Test, and Lint - uses: remedyred/check-action@v1.2.3 + uses: remedyred/check-action@v1.2.6 with: SCRIPTS: prerelease:ci NO_BAIL: true