diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-02-10 09:20:20 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-02-10 09:20:20 +0100 |
commit | ae75e17eff4f431ed5a8d7489641533df969622b (patch) | |
tree | b1816137be8e48916db8c27043e3fcc63f532d67 | |
parent | 3700d18800085ece845c38ac4599098c98bc9fb8 (diff) | |
download | nextcloud-server-ae75e17eff4f431ed5a8d7489641533df969622b.tar.gz nextcloud-server-ae75e17eff4f431ed5a8d7489641533df969622b.zip |
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>
-rw-r--r-- | .github/workflows/fixup.yml | 13 |
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 }} |