Merge pull request #7013 from nextcloud/revert-7012-enh/fixup-action

Revert "Add action to check for fixup commits"
This commit is contained in:
kesselb
2021-07-29 14:29:01 +02:00
committed by GitHub

View File

@@ -1,13 +0,0 @@
on: pull_request
name: Pull request checks
jobs:
commit-message-check:
name: Block fixup and squash commits
runs-on: ubuntu-latest
steps:
- name: Run check
uses: xt0rted/block-autosquash-commits-action@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}