mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Explain the current status of branches [ci skip] (#2350)
This commit is contained in:
parent
e688ab26c7
commit
3979f22cc1
Notes:
git
2019-08-31 04:40:14 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>
1 changed files with 9 additions and 2 deletions
11
.github/workflows/check_branch.yml
vendored
11
.github/workflows/check_branch.yml
vendored
|
@ -1,5 +1,12 @@
|
|||
# This is enabled on protected branches except master.
|
||||
# This will be used to achieve [Misc #16094] later.
|
||||
# Protected branches:
|
||||
# * 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
|
||||
name: check_branch
|
||||
on: [pull_request]
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue