Update the comment in check_branch [ci skip] (#2355)

This commit is contained in:
Takashi Kokubun 2019-08-13 22:56:44 +09:00 коммит произвёл GitHub
Родитель e75e548cf9
Коммит 94ca848ca1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 5 удалений

8
.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: