This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch imbajin-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
commit 9c37cb034630496d327031f34d831218fc831b7d Author: imbajin <[email protected]> AuthorDate: Thu May 5 21:56:55 2022 +0800 Update .asf.yaml --- .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
