This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new a7b1aa4833 Make sure all GitHub activity is archived (#43208)
a7b1aa4833 is described below

commit a7b1aa48334a3308623034acd693167e0cd6e227
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Oct 21 11:56:46 2024 +0200

    Make sure all GitHub activity is archived (#43208)
    
    While following a discussion at [email protected] I realized that not all
    GitHub activity of ours is archived - we use the [email protected]
    to archive all the commits automatically, and this list is not
    supposed to be subscribed to in general as it is already far too
    busy for that, however we can also forward all issues, prs and
    discussions there, which will make us follow the requirement
    of the ASF that all the activity in the project should be
    archived in foundation-managed archives.
    
    It also has the nice benefit that there is single place (ponymail
    [email protected] list) that has great search capabilities and is
    really nice as a single place where we will be able to find
    all the activity - regardles if they were in commits, prs, issues
    or discussions.
---
 .asf.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 7c6efaf928..50dea79515 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -134,3 +134,7 @@ github:
 
 notifications:
   jobs: [email protected]
+  commits: [email protected]
+  issues: [email protected]
+  pullrequests: [email protected]
+  discussions: [email protected]

Reply via email to