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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-01-29 02:47:29 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-29 02:47:29 +0300
commit427c6e2cdf6415a072457fa66c72a4859368064b (patch)
treeb05a4b2448d3846185ee9df0cc58d57065bffd29 /.github
parentd0b7e4cb44eaab8b6eadbc87d7c497fe80c4179e (diff)
Updating fixup.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/fixup.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/.github/workflows/fixup.yml b/.github/workflows/fixup.yml
index 48ffcfd2a..6092cc3a5 100644
--- a/.github/workflows/fixup.yml
+++ b/.github/workflows/fixup.yml
@@ -1,13 +1,20 @@
-on: pull_request
+# 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@main
+ uses: xt0rted/block-autosquash-commits-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}