This is an automated email from the ASF dual-hosted git repository. mdedetrich pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git
commit 8f04005b739b6201acf46b05a842bdae9fdccc2e Author: Matthew de Detrich <[email protected]> AuthorDate: Thu Feb 2 21:53:47 2023 +0100 Add basic .asf.yml --- .asf.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..08d5448 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,10 @@ +# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories + +github: + enabled_merge_buttons: + squash: true + merge: false + rebase: true + + protected_branches: + main: { } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
