Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-12-06 13:46:10 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-12-06 13:46:10 +0300
commit31dfe01d96be0038379068b65a001e8ff783996e (patch)
treedb13617d1ff5055d101e8491bda4c7fd975a5687 /.github
parent6caec491c134f99584c8877c1ebc13acdbfbb057 (diff)
Move away from fixupbot
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.github')
-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 }}