From a874f98b051c31879656ba7a5654a9472de95e62 Mon Sep 17 00:00:00 2001 From: Erisu Date: Thu, 28 May 2026 12:53:28 +0900 Subject: [PATCH] chore: update .asf.yaml * Added description and homepage * Added labels * Added features to be clear, only issues & projects * Added enabled_merge_buttons rules to accept squash merge * Sorted to match other repos --- .asf.yaml | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index d81a520..5bba326 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -15,12 +15,28 @@ # specific language governing permissions and limitations # under the License. -notifications: - commits: commits@cordova.apache.org - issues: issues@cordova.apache.org - pullrequests_status: issues@cordova.apache.org - pullrequests_comment: issues@cordova.apache.org github: + description: Apache Cordova - Xcode Node + homepage: https://cordova.apache.org/ + + labels: + - cordova + - mobile + - ios + - javascript + - nodejs + - hacktoberfest + + features: + wiki: false + issues: true + projects: true + + enabled_merge_buttons: + squash: true + merge: false + rebase: false + rulesets: - name: "Default Branch Protection" type: branch @@ -34,3 +50,9 @@ github: - root restrict_deletion: true restrict_force_push: true + +notifications: + commits: commits@cordova.apache.org + issues: issues@cordova.apache.org + pullrequests_status: issues@cordova.apache.org + pullrequests_comment: issues@cordova.apache.org