You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/02/02 20:53:54 UTC

[incubator-pekko-sbt-paradox] branch main updated: Add basic .asf.yml

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


The following commit(s) were added to refs/heads/main by this push:
     new 2562df8  Add basic .asf.yml
2562df8 is described below

commit 2562df8de9481f713bfed9988769f34db14083e5
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Thu Feb 2 21:53:47 2023 +0100

    Add basic .asf.yml
---
 .asf.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.asf.yml b/.asf.yml
new file mode 100644
index 0000000..08d5448
--- /dev/null
+++ b/.asf.yml
@@ -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: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org