From 94ca848ca19081e47852dddb1a4ae09688d18c29 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 13 Aug 2019 22:56:44 +0900 Subject: Update the comment in check_branch [ci skip] (#2355) --- .github/workflows/check_branch.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.github') 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: -- cgit v1.2.3