Merge pull request #19387 from nextcloud/enh/fixupbot
Lets just use the fixup bot
This commit is contained in:
commit
a3c80b92c4
1 changed files with 0 additions and 13 deletions
13
.github/workflows/fixup.yml
vendored
13
.github/workflows/fixup.yml
vendored
|
@ -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 }}
|
Loading…
Reference in a new issue