From ae75e17eff4f431ed5a8d7489641533df969622b Mon Sep 17 00:00:00 2001
From: Roeland Jago Douma <roeland@famdouma.nl>
Date: Mon, 10 Feb 2020 09:20:20 +0100
Subject: [PATCH] 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>
---
 .github/workflows/fixup.yml | 13 -------------
 1 file changed, 13 deletions(-)
 delete mode 100644 .github/workflows/fixup.yml

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 }}
-- 
GitLab