summaryrefslogtreecommitdiff
path: root/.github/workflows/check_branch.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check_branch.yml')
-rw-r--r--.github/workflows/check_branch.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/.github/workflows/check_branch.yml b/.github/workflows/check_branch.yml
index 89561a713b..1dd5872e74 100644
--- a/.github/workflows/check_branch.yml
+++ b/.github/workflows/check_branch.yml
@@ -1,5 +1,12 @@
-# This is enabled on protected branches except master.
-# This will be used to achieve [Misc #16094] later.
+# Protected branches:
+# * master: Synchronized between cgit and GitHub bidirectionally [experimental]
+# * other branches: Only writable from cgit.
+#
+# Bidirectional sync is still WIP, so "write" is not permitted to ruby-commiters
+# team yet. Still under testing.
+#
+# And this is enabled for "other branches" to prevent us from merging them.
+# See also: https://bugs.ruby-lang.org/issues/16094
name: check_branch
on: [pull_request]
jobs: