This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push: new d342819 [.asf.yaml] enabled all merge policies in enabled_merge_buttons d342819 is described below commit d3428191918e6dda15bf63024e4a5ac80c031388 Author: tibordigana <tibordig...@apache.org> AuthorDate: Tue May 12 13:46:29 2020 +0200 [.asf.yaml] enabled all merge policies in enabled_merge_buttons --- .asf.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index dfc10a4..629afd2 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -15,6 +15,7 @@ # limitations under the License. # # see https://s.apache.org/asfyaml +# see https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories#id-.asf.yamlfeaturesforgitrepositories-Mergebuttons github: description: "Apache Maven Surefire" homepage: https://maven.apache.org/surefire/ @@ -24,3 +25,10 @@ github: - maven-plugins - maven-surefire-plugin - maven + enabled_merge_buttons: + # enable squash button: + squash: true + # enable merge button: + merge: true + # enable rebase button: + rebase: true