summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-13 01:45:10 +0900
committerGitHub <noreply@github.com>2019-08-13 01:45:10 +0900
commit3979f22cc1a224bad5b8f14610db253660aa974c (patch)
tree14170471fcec74e97c259f166225d311b188d412 /.github/workflows
parente688ab26c71c124ca1c466d9c5c669bd1ce61e6e (diff)
Explain the current status of branches [ci skip] (#2350)
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
Diffstat (limited to '.github/workflows')
-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: