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
commit 14821974c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}