We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27fbd4 commit f9b58c4Copy full SHA for f9b58c4
1 file changed
.asf.yaml
@@ -16,7 +16,21 @@
16
# under the License.
17
18
notifications:
19
- commits: commits@cordova.apache.org
20
- issues: issues@cordova.apache.org
21
- pullrequests_status: issues@cordova.apache.org
+ commits: commits@cordova.apache.org
+ issues: issues@cordova.apache.org
+ pullrequests_status: issues@cordova.apache.org
22
pullrequests_comment: issues@cordova.apache.org
23
+github:
24
+ rulesets:
25
+ - name: "Default Branch Protection"
26
+ type: branch
27
+ branches:
28
+ includes:
29
+ - "~DEFAULT_BRANCH"
30
+ - "release/*"
31
+ - "rel/*"
32
+ excludes: []
33
+ bypass_teams:
34
+ - root
35
+ restrict_deletion: true
36
+ restrict_force_push: true
0 commit comments