mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update the comment in check_branch [ci skip] (#2355)
This commit is contained in:
parent
e75e548cf9
commit
94ca848ca1
Notes:
git
2019-08-31 04:40:14 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>
1 changed files with 3 additions and 5 deletions
8
.github/workflows/check_branch.yml
vendored
8
.github/workflows/check_branch.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue