Skip to content

Commit abb9c97

Browse files
authored
The ASF Infra deployed a new parser, that requires a fix on our .asf.yaml (#1209)
1 parent cf95a6f commit abb9c97

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.asf.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ github:
3535
squash: true
3636
rebase: false
3737

38+
del_branch_on_merge: true
39+
3840
protected_branches:
3941
main:
4042
required_pull_request_reviews:
@@ -43,8 +45,6 @@ github:
4345

4446
required_linear_history: true
4547

46-
del_branch_on_merge: true
47-
4848
required_status_checks:
4949
# strict means "Require branches to be up to date before merging".
5050
strict: false
@@ -61,6 +61,8 @@ github:
6161
wiki: false
6262
issues: true
6363
projects: true
64+
discussions: true
65+
6466
ghp_branch: gh-pages
6567
ghp_path: /
6668

@@ -73,6 +75,7 @@ notifications:
7375
7476
7577
pullrequests: [email protected]
78+
discussions: [email protected]
7679
jira_options: link label
7780

7881
publish:

0 commit comments

Comments
 (0)