Merge pull request #1302 from nextcloud/fixupBot

Block fixup and squash commits
This commit is contained in:
Andy Scherzinger 2021-05-31 11:05:58 +02:00 committed by GitHub
commit 563f476b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.github/workflows/fixup.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: Pull request checks
on: pull_request
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 }}