You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/10/23 16:33:34 UTC

[syncope] branch master updated: Tweaking GitHub settings via .asf.yaml

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new eecb7a1  Tweaking GitHub settings via .asf.yaml
eecb7a1 is described below

commit eecb7a11f1f2979731fbec0a75d8739975a92038
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Oct 23 18:33:04 2019 +0200

    Tweaking GitHub settings via .asf.yaml
---
 .asf.yaml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..9934f59
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,16 @@
+github:
+  description: "Apache Syncope"
+  homepage: https://syncope.apache.org/
+  labels:
+    - IAM
+    - security
+    - identity-management
+    - identity-provisioning
+    - identity-governance
+  enabled_merge_buttons:
+    # enable squash button:
+    squash:  true
+    # enable merge button:
+    merge:   false
+    # disable rebase button:
+    rebase:  true