This is an automated email from the ASF dual-hosted git repository.
vaughn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
The following commit(s) were added to refs/heads/master by this push:
new 86d01d7 Update .asf.yaml (#125)
86d01d7 is described below
commit 86d01d761144c9b3faf542ec3ad02186777ed5b0
Author: imbajin <[email protected]>
AuthorDate: Thu May 5 22:10:05 2022 +0800
Update .asf.yaml (#125)
---
.asf.yaml | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 9679b4f..4bcc4a3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -25,27 +25,33 @@ github:
projects: true
description: HugeGraph Website and Doc
homepage: https://apache.github.io/incubator-hugegraph-doc/
+ labels:
+ - hugegraph
+ - website
+ - hugo
+ - apache
+
del_branch_on_merge: true
# GitHug-Page
ghp_branch: gh-pages
#ghp_path: /docs
- #labels:
- # This config used for test website before release
+ # This config used for test website before release, the branch name is fixed
staging:
profile: ~
- whoami: website
+ whoami: asf-staging
# Release website config
publish:
- whoami: gh-pages
+ whoami: asf-site
enabled_merge_buttons:
merge: false
squash: true
rebase: true
+
protected_branches:
- master:
+ main:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: true