Skip to content

Commit acda7fe

Browse files
authored
[Chore] Add notification in asf.yaml (#17075)
we try to recover discussion in #17069 but when I merged into master, I got error email ``` An error occurred while processing the github feature in .asf.yaml: GitHub discussions can only be enabled if a mailing list target exists for it. ``` I check and find we should also add `notification` section to make it effect, according to https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#repository-features so this patch it to correct #17069
1 parent 901bcdd commit acda7fe

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.asf.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,9 @@ github:
5555
required_approving_review_count: 2
5656
features:
5757
discussions: true
58+
59+
notifications:
60+
commits: commits@dolphinscheduler.apache.org
61+
issues: commits@dolphinscheduler.apache.org
62+
pullrequests: commits@dolphinscheduler.apache.org
63+
discussions: commits@dolphinscheduler.apache.org

0 commit comments

Comments
 (0)