You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/09/13 10:53:55 UTC

[tinkerpop] branch master updated: Add .asf.yaml file to include github metadata CTR

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 459b1db  Add .asf.yaml file to include github metadata CTR
459b1db is described below

commit 459b1db35c089e7bcfc6bb52b1bb0d65e0b1785e
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Fri Sep 13 06:53:27 2019 -0400

    Add .asf.yaml file to include github metadata CTR
---
 .asf.yaml | 11 +++++++++++
 pom.xml   |  1 +
 2 files changed, 12 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..178eb48
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,11 @@
+github:
+  description: "Apache TinkerPop - a graph computing framework"
+  homepage: https://tinkerpop.apache.org/
+  labels:
+    - tinkerpop
+    - gremlin
+    - graph
+    - graphdb
+    - graph-database
+    - gremlin-server
+    - apache
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index fde5a0f..7b85965 100644
--- a/pom.xml
+++ b/pom.xml
@@ -363,6 +363,7 @@ limitations under the License.
                     <excludeSubProjects>false</excludeSubProjects>
                     <excludes>
                         <exclude>.mailmap</exclude>
+                        <exclude>.asf.yaml</exclude>
                         <exclude>.travis.yml</exclude>
                         <exclude>.travis.*.sh</exclude>
                         <exclude>.dockerignore</exclude>