Merge pull request #25988 from nextcloud/ci/fixup/action

Move fixup check to action
This commit is contained in:
Roeland Jago Douma 2021-03-08 07:18:24 +01:00 committed by GitHub
commit e148a151c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

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

@ -0,0 +1,13 @@
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 }}