Update the description of check_branch

This commit is contained in:
Takashi Kokubun 2019-08-14 22:36:41 +09:00
parent 8be521662d
commit bf77f43b39
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

View File

@ -1,10 +1,11 @@
# Protected branches: # We bidirectionally synchronize github.com/ruby/ruby.git's master branch and
# * master: Synchronized between cgit and GitHub bidirectionally [experimental] # git.ruby-lang.org/ruby.git's master branch.
# * other branches: Only writable from cgit. # We can use a pull request's merge button only on the master branch.
# #
# Thus this check is mandatory for "other branches" to prevent us from merging them, # Therefore, we require to pass this "check_branch" on all protected branches
# because these branches are not synchronized from GitHub to cgit at all. # to prevent us from accidentally pushing commits to GitHub directly.
# Details: https://bugs.ruby-lang.org/issues/16094#note-10 #
# Details: https://bugs.ruby-lang.org/issues/16094
name: pull_request name: pull_request
on: [pull_request] on: [pull_request]
jobs: jobs: