1
0
Fork 0
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:
Takashi Kokubun 2019-08-13 01:45:10 +09:00 committed by GitHub
parent e688ab26c7
commit 3979f22cc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2019-08-31 04:40:14 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>

View file

@ -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: