This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/dubbo-initializer.git
commit 798d2b3c272ded0e43a58f5bdbb722a04e4a5d85 Author: chickenlj <[email protected]> AuthorDate: Wed Dec 28 11:16:18 2022 +0800 asf project metadata --- .asf.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..df578c1 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,19 @@ +notifications: + commits: [email protected] + issues: [email protected] + pullrequests: [email protected] + jira_options: link label link label + +github: + homepage: https://start.dubbo.apache.org/ + features: + # Enable wiki for documentation + wiki: true + # Enable issue management + issues: true + # Enable projects for project management boards + projects: true + protected_branches: + master: + # only disable force push + foo: bar
