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

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-05-31 11:58:52 +0300
committerGitHub <noreply@github.com>2021-05-31 11:58:52 +0300
commit3a2542d86b1bc5e1ee7b038b821bb97e48fb0a00 (patch)
tree011ce5e92c5f830eeb2804b0f8f0a806881476d1
parentd2dd14e9cc4ed73cce1400bd02fbcafdb0b12eec (diff)
Add fixup
-rw-r--r--.github/workflows/fixup.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/fixup.yml b/.github/workflows/fixup.yml
new file mode 100644
index 00000000..3d20975d
--- /dev/null
+++ b/.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 }}