Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbackportbot-nextcloud[bot] <45182681+backportbot-nextcloud[bot]@users.noreply.github.com>2022-06-03 11:05:31 +0300
committerGitHub <noreply@github.com>2022-06-03 11:05:31 +0300
commitc593d6621ae705f2c1c308564acd2f304018d9ab (patch)
tree2d3d6e4d094e0903752bed725b3ed48409e4df89
parent06d2668df8461a73607b1c6e83522f758b14c6e1 (diff)
Create fixup.yml (#382)
Signed-off-by: mail@danielkesselberg.de Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Co-authored-by: Daniel <mail@danielkesselberg.de>
-rw-r--r--.github/workflows/fixup.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/workflows/fixup.yml b/.github/workflows/fixup.yml
new file mode 100644
index 0000000..6092cc3
--- /dev/null
+++ b/.github/workflows/fixup.yml
@@ -0,0 +1,20 @@
+# This workflow is provided via the organization template repository
+#
+# https://github.com/nextcloud/.github
+# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
+
+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@v2
+ with:
+ repo-token: ${{ secrets.GITHUB_TOKEN }}