You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2020/02/11 18:10:13 UTC

[incubator-tuweni] branch master updated: Add a yaml config file to see if we can use github issues

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

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/master by this push:
     new 985a456  Add a yaml config file to see if we can use github issues
985a456 is described below

commit 985a4563ba764a26d87d927729022feaad22a66b
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Tue Feb 11 10:10:01 2020 -0800

    Add a yaml config file to see if we can use github issues
---
 .asf.yaml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..65ababa
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,22 @@
+github:
+  description: "Apache Tuweni is a set of libraries and other tools to aid development of blockchain and other decentralized software in Java and other JVM languages. It includes a low-level bytes library, serialization and deserialization codecs (e.g. RLP), various cryptography functions and primatives, and lots of other helpful utilities."
+  homepage: https://tuweni.apache.org/
+  features:
+    # Enable issues management
+    issues: true
+    # Enable project for project management boards
+    projects: true
+  labels:
+    - tuweni
+    - blockchain
+    - ethereum
+    - crypto
+    - decentralized
+    - securescuttlebutt
+  enabled_merge_buttons:
+    # enable squash button:
+    squash:  true
+    # enable merge button:
+    merge:   true
+    # enable rebase button:
+    rebase:  true
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org