Merge pull request #19387 from nextcloud/enh/fixupbot

Lets just use the fixup bot
This commit is contained in:
Roeland Jago Douma 2020-02-10 11:38:51 +01:00 committed by GitHub
commit a3c80b92c4
1 changed files with 0 additions and 13 deletions

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@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}