You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by dp...@apache.org on 2020/10/03 21:12:05 UTC

[cordova-ios] branch master updated: chore(asf): Update GitHub repo metadata (#1002)

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

dpogue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b785d9  chore(asf): Update GitHub repo metadata (#1002)
7b785d9 is described below

commit 7b785d9fbdfe286322977ed4b4908cab83b8d086
Author: Darryl Pogue <da...@dpogue.ca>
AuthorDate: Sat Oct 3 14:11:57 2020 -0700

    chore(asf): Update GitHub repo metadata (#1002)
    
    * Corrects the repo topics to more accurately reflect the languages
      actually in use
    
    * Adds the Hacktoberfest opt-in topic
    
    * Turns off GitHub wiki
    
    * Aligns with our goal of using squash commits when merging pull
      requests by disabling the merge and rebase options
---
 .asf.yaml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 29a6c7c..7043fe5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -15,6 +15,30 @@
 # specific language governing permissions and limitations
 # under the License.
 
+github:
+  description: Apache Cordova iOS
+  homepage: https://cordova.apache.org/
+
+  labels:
+    - cordova
+    - cordova-platform
+    - ios
+    - objective-c
+    - mobile
+    - javascript
+    - nodejs
+    - hacktoberfest
+
+  features:
+    wiki: false
+    issues: true
+    projects: true
+
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: false
+
 notifications:
   commits:              commits@cordova.apache.org
   issues:               issues@cordova.apache.org


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