Move away from fixupbot

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-12-06 11:46:10 +01:00
parent 6caec491c1
commit 31dfe01d96
No known key found for this signature in database
GPG Key ID: F941078878347C0C
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@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}