aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-12-09 08:30:17 +0100
committerGitHub <noreply@github.com>2019-12-09 08:30:17 +0100
commitfb1f6b7d115f8161290044fa505a219eb8cc26fe (patch)
treee992979994518c15fe810819ba037e196509d921
parent7d5f6dedeb4ac537523fee74aecc63203e46aaa3 (diff)
parent31dfe01d96be0038379068b65a001e8ff783996e (diff)
downloadnextcloud-server-fb1f6b7d115f8161290044fa505a219eb8cc26fe.tar.gz
nextcloud-server-fb1f6b7d115f8161290044fa505a219eb8cc26fe.zip
Merge pull request #18264 from nextcloud/enh/actions/fix
Move away from fixupbot
-rw-r--r--.github/workflows/fixup.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/fixup.yml b/.github/workflows/fixup.yml
new file mode 100644
index 00000000000..6b951bec9e2
--- /dev/null
+++ b/.github/workflows/fixup.yml
@@ -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 }}