This is an automated email from the ASF dual-hosted git repository. klesh pushed a commit to branch klesh-asf-notification in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git
commit 3603e626624fe5eee655066e76463283203a05a9 Author: Klesh Wong <[email protected]> AuthorDate: Thu Apr 20 11:06:02 2023 +0800 chore: avoid sending notification to [email protected] --- .asf.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index d090c61..58590f1 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -40,3 +40,8 @@ github: required_approving_review_count: 1 collaborators: - daniel-hutao + +notifications: + commits: [email protected] + issues: [email protected] + pullrequests: [email protected]
