Remove the "staging" block since that configuration should be specified in the "asf-staging" branch instead.
diff --git a/.asf.yaml b/.asf.yaml
index f62662c..3a37146 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,3 +1,7 @@
+#
+# GitHub and notifications configuration.
+# Reference: https://s.apache.org/asfyaml
+#
 github:
   description: "Website sources for the Apache SIS website"
   homepage: https://sis.apache.org/
@@ -6,8 +10,3 @@
     - sis
     - hugo
     - website
-
-staging:
-  profile: ~
-  whoami:  asf-staging
-