Author: dsahlberg
Date: Wed Nov 27 07:09:21 2024
New Revision: 1922149
URL: http://svn.apache.org/viewvc?rev=1922149&view=rev
Log:
.asf.yaml doesn't work for since we don't have a r/w Git repository.
Our notifications are a hard-coded one-off by Humbedooh (@infra).
Commenting out, so it doesn't look like it is actually active, but keeping
the settings so we remember WHAT is configured.
Modified:
subversion/trunk/.asf.yaml
Modified: subversion/trunk/.asf.yaml
URL:
http://svn.apache.org/viewvc/subversion/trunk/.asf.yaml?rev=1922149&r1=1922148&r2=1922149&view=diff
==============================================================================
--- subversion/trunk/.asf.yaml (original)
+++ subversion/trunk/.asf.yaml Wed Nov 27 07:09:21 2024
@@ -19,5 +19,17 @@
# .asf.yml -- ASF infra services configuration
#
-notifications:
- jobs: [email protected]
+# GitHub Action notifications, see
+# https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file
+#
+# However, according to discussion with Humbedooh on Slack the-asf#Infra,
+# it require a r/w Git repository, so the below doesn't work.
+#
+# Humbedooh has kindly helped us hard-code a one-off notification which
+# doesn't rely on .asf.yaml.
+#
+# Commenting out, but keeping in place as a sticky-note for future changes.
+#
+# For reference, this is the hard-coded configuration:
+#notifications:
+# jobs: [email protected]