diff --git a/.github/workflows/block-fixup-commits.yaml b/.github/workflows/block-fixup-commits.yaml new file mode 100644 index 00000000..ca90a3d8 --- /dev/null +++ b/.github/workflows/block-fixup-commits.yaml @@ -0,0 +1,13 @@ +name: Block fixup commits + +on: + pull_request_target: + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +jobs: + block-fixup-commits: + if: github.ref != 'refs/heads/main' + uses: python-discord/.github/.github/workflows/block-fixup-commits.yaml@main