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:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-02-28 12:37:58 +0300
committerGitHub <noreply@github.com>2022-02-28 12:37:58 +0300
commitda5b1e78fa41b90120e2df8023f7b657caa2f155 (patch)
tree718fc595d5058e370765943845c684a358755536
parentaad5ebfae8a84f17b10ae0cb907d67c3d7da771e (diff)
parent427c6e2cdf6415a072457fa66c72a4859368064b (diff)
Merge pull request #5992 from nextcloud/feat/workflow-auto-update-fixup.yml
Updating fixup.yml workflow from template
-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 }}