[ 
https://issues.apache.org/jira/browse/TAP5-2766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17779089#comment-17779089
 ] 

ASF subversion and git services commented on TAP5-2766:
-------------------------------------------------------

Commit 7b91b36cb0644a6d83919cd47d7dba380d8622ec in tapestry-5's branch 
refs/heads/master from Ben Weidig
[ https://gitbox.apache.org/repos/asf?p=tapestry-5.git;h=7b91b36cb ]

TAP5-2766: add .asf.yaml


> Configure GitHub via .asf.yaml
> ------------------------------
>
>                 Key: TAP5-2766
>                 URL: https://issues.apache.org/jira/browse/TAP5-2766
>             Project: Tapestry 5
>          Issue Type: Task
>            Reporter: Ben Weidig
>            Assignee: Ben Weidig
>            Priority: Trivial
>
> Apache support configuring GitHub via an .asf.yaml file:
> [https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features]
> The minimal config should be:
>  * Project metadata
>  * Disable all unused GH features (wiki, issues, projects)
>  * Auto-Link Jira issues from project TAP5
>  * Disable force-push on master
> There are additional settings, especially for PRs, like forced reviews, needs 
> to be up-to-date, etc.
> But for now, the minimal config should be sufficient.
> {code:java}
> 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: {}
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to