Skip to content

Commit 7451fc6

Browse files
authored
chore: update .asf.yaml (#160)
* Updated `.asf.yaml` * Added `description`, `homepage`, and `labels` * Added `features` to clearly show that `issues` & `projects` is enabled while `wiki` is disabled * Added `enabled_merge_buttons` rules to accept `squash` merge * Sorted to match other repos
1 parent 0f6e63f commit 7451fc6

1 file changed

Lines changed: 27 additions & 5 deletions

File tree

.asf.yaml

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,28 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
notifications:
19-
commits: commits@cordova.apache.org
20-
issues: issues@cordova.apache.org
21-
pullrequests_status: issues@cordova.apache.org
22-
pullrequests_comment: issues@cordova.apache.org
2318
github:
19+
description: Apache Cordova - Xcode Node
20+
homepage: https://cordova.apache.org/
21+
22+
labels:
23+
- cordova
24+
- mobile
25+
- ios
26+
- javascript
27+
- nodejs
28+
- hacktoberfest
29+
30+
features:
31+
wiki: false
32+
issues: true
33+
projects: true
34+
35+
enabled_merge_buttons:
36+
squash: true
37+
merge: false
38+
rebase: false
39+
2440
rulesets:
2541
- name: "Default Branch Protection"
2642
type: branch
@@ -34,3 +50,9 @@ github:
3450
- root
3551
restrict_deletion: true
3652
restrict_force_push: true
53+
54+
notifications:
55+
commits: commits@cordova.apache.org
56+
issues: issues@cordova.apache.org
57+
pullrequests_status: issues@cordova.apache.org
58+
pullrequests_comment: issues@cordova.apache.org

0 commit comments

Comments
 (0)