This is an automated email from the ASF dual-hosted git repository. benw pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/master by this push: new 7b91b36cb TAP5-2766: add .asf.yaml 7b91b36cb is described below commit 7b91b36cb0644a6d83919cd47d7dba380d8622ec Author: Ben Weidig <b...@netzgut.net> AuthorDate: Tue Oct 24 15:30:46 2023 +0200 TAP5-2766: add .asf.yaml --- .asf.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 000000000..dd0c6401a --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,19 @@ +# See https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features +github: + description: "A component-oriented framework for creating highly scalable web applications in Java." + homepage: "https://tapestry.apache.org" + labels: + - java + - apache + + features: + wiki: false + issues: false + projects: false + + autolink_jira: + - TAP5 + + protected_branches: + # no force push to master + master: {}