summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-13 22:56:44 +0900
committerGitHub <noreply@github.com>2019-08-13 22:56:44 +0900
commit94ca848ca19081e47852dddb1a4ae09688d18c29 (patch)
treeadd862adfe4ad6666dba125a4516d7d7bc42c568 /.github
parente75e548cf9ee57f4504eb75aa584e587c470c218 (diff)
Update the comment in check_branch [ci skip] (#2355)
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check_branch.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/check_branch.yml b/.github/workflows/check_branch.yml
index 1dd5872e74..081eb24957 100644
--- a/.github/workflows/check_branch.yml
+++ b/.github/workflows/check_branch.yml
@@ -2,11 +2,9 @@
# * 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
+# Thus this check is mandatory for "other branches" to prevent us from merging them,
+# because these branches are not synchronized from GitHub to cgit at all.
+# Details: https://bugs.ruby-lang.org/issues/16094#note-10
name: check_branch
on: [pull_request]
jobs: