[前][次][番号順一覧][スレッド一覧]

ruby-changes:57004

From: Takashi <ko1@a...>
Date: Tue, 13 Aug 2019 22:57:06 +0900 (JST)
Subject: [ruby-changes:57004] Takashi Kokubun: 94ca848ca1 (master): Update the comment in check_branch [ci skip] (#2355)

https://git.ruby-lang.org/ruby.git/commit/?id=94ca848ca1

From 94ca848ca19081e47852dddb1a4ae09688d18c29 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Tue, 13 Aug 2019 22:56:44 +0900
Subject: Update the comment in check_branch [ci skip] (#2355)


diff --git a/.github/workflows/check_branch.yml b/.github/workflows/check_branch.yml
index 1dd5872..081eb24 100644
--- a/.github/workflows/check_branch.yml
+++ b/.github/workflows/check_branch.yml
@@ -2,11 +2,9 @@ https://github.com/ruby/ruby/blob/trunk/.github/workflows/check_branch.yml#L2
 #   * 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 v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]