Эх сурвалжийг харах

Merge pull request #1302 from nextcloud/fixupBot

Block fixup and squash commits
Andy Scherzinger 3 жил өмнө
parent
commit
563f476b35

+ 12 - 0
.github/workflows/fixup.yml

@@ -0,0 +1,12 @@
+name: Pull request checks
+on: pull_request
+
+jobs:
+  commit-message-check:
+    name: Block fixup and squash commits
+    runs-on: ubuntu-latest
+    steps:
+      - name: Run check
+        uses: xt0rted/block-autosquash-commits-action@main
+        with:
+          repo-token: ${{ secrets.GITHUB_TOKEN }}