]> source.dussan.org Git - nextcloud-server.git/commitdiff
Create block-merge-freeze.yml 30754/head
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>
Tue, 18 Jan 2022 14:34:25 +0000 (15:34 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Wed, 19 Jan 2022 09:23:56 +0000 (09:23 +0000)
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
.github/workflows/block-merge-freeze.yml [new file with mode: 0644]

diff --git a/.github/workflows/block-merge-freeze.yml b/.github/workflows/block-merge-freeze.yml
new file mode 100644 (file)
index 0000000..bfe5855
--- /dev/null
@@ -0,0 +1,21 @@
+# 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:
+  block-merges-during-freeze:
+    name: Block merges during feature freezes
+
+    runs-on: ubuntu-latest
+
+    steps:
+      - name: Download version.php from ${{ github.base_ref }}
+        run: curl https://raw.githubusercontent.com/nextcloud/server/${{ github.base_ref }}/version.php --output version.php
+
+      - name: Run check
+        run: cat version.php | grep 'OC_VersionString' | grep -i -v 'RC'