From 8dbdc95266b1e223552b870c1c63c68e520c00f6 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Fri, 21 Jul 2023 10:11:02 -0700 Subject: [PATCH] fix(ci): update workflow Signed-off-by: Christopher Ng --- .github/workflows/fixup.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fixup.yml b/.github/workflows/fixup.yml index b9e39207..9548d19f 100644 --- a/.github/workflows/fixup.yml +++ b/.github/workflows/fixup.yml @@ -3,11 +3,11 @@ # https://github.com/nextcloud/.github # https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization -name: Pull request checks +name: Block fixup and squash commits on: pull_request: - types: [opened, ready_for_review, reopened] + types: [opened, ready_for_review, reopened, synchronize] permissions: contents: read @@ -28,6 +28,6 @@ jobs: steps: - name: Run check - uses: xt0rted/block-autosquash-commits-action@79880c36b4811fe549cfffe20233df88876024e7 # v2 + uses: skjnldsv/block-fixup-merge-action@42d26e1b536ce61e5cf467d65fb76caf4aa85acf # v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }}