This is an automated email from the ASF dual-hosted git repository.
tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git
The following commit(s) were added to refs/heads/master by this push:
new 9cb0e58 .asf.yaml: Testing protection of multiple branches
9cb0e58 is described below
commit 9cb0e584bc204cfb362cdb9e578d1d2da8c7ba5b
Author: Tristan van Berkom <[email protected]>
AuthorDate: Sun Jan 10 16:58:10 2021 +0900
.asf.yaml: Testing protection of multiple branches
---
.asf.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 7996d3c..3e5040d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -25,3 +25,10 @@ github:
# Enable pages publishing
ghp_branch: gh-pages
+
+ # Testing basic protection of multiple branches,
+ # this needs to be tested on the master branch.
+ #
+ protected_branches:
+ - tristan/test-protected-branch-1
+ - tristan/test-protected-branch-2