We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2eabb commit 89d7843Copy full SHA for 89d7843
.github/workflows/fixup.yml
@@ -0,0 +1,20 @@
1
+# This workflow is provided via the organization template repository
2
+#
3
+# https://github.com/nextcloud/.github
4
+# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
5
+
6
+name: Pull request checks
7
8
+on: pull_request
9
10
+jobs:
11
+ commit-message-check:
12
+ name: Block fixup and squash commits
13
14
+ runs-on: ubuntu-latest
15
16
+ steps:
17
+ - name: Run check
18
+ uses: xt0rted/block-autosquash-commits-action@v2
19
+ with:
20
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments