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>2020-02-10 11:20:20 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-02-10 11:20:20 +0300
commitae75e17eff4f431ed5a8d7489641533df969622b (patch)
treeb1816137be8e48916db8c27043e3fcc63f532d67 /.github
parent3700d18800085ece845c38ac4599098c98bc9fb8 (diff)
Lets just use the fixup bot
The action is slower plus we can use more actions this way ;) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/fixup.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/fixup.yml b/.github/workflows/fixup.yml
deleted file mode 100644
index 6b951bec9e2..00000000000
--- a/.github/workflows/fixup.yml
+++ /dev/null
@@ -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 }}