You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2023/06/30 08:19:23 UTC

[hop] branch master updated: [INFRA] move the yaml to the correct location

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b6b7ab0e1 [INFRA] move the yaml to the correct location
     new 6d39145016 Merge pull request #3046 from hansva/master
6b6b7ab0e1 is described below

commit 6b6b7ab0e1732708d887c8fb5441d9c1762f6257
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Fri Jun 30 10:18:58 2023 +0200

    [INFRA] move the yaml to the correct location
---
 .asf.yaml | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 4cbcd5355b..b2d7a642fc 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,26 +18,6 @@
 # https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
 ---
 
-# Attempt to make the auto-generated github emails more easily readable in email clients.
-custom_subjects:
-  new_pr: "[PR] {title} ({repository})"
-  close_pr: "Re: [PR] {title} ({repository})"
-  comment_pr: "Re: [PR] {title} ({repository})"
-  diffcomment: "Re: [PR] {title} ({repository})"
-  merge_pr: "Re: [PR] {title} ({repository})"
-  new_issue: "[I] {title} ({repository})"
-  comment_issue: "Re: [I] {title} ({repository})"
-  close_issue: "Re: [I] {title} ({repository})"
-  catchall: "[GH] {title} ({repository})"
-  new_discussion: "[D] {title} ({repository})"
-  edit_discussion: "Re: [D] {title} ({repository})"
-  close_discussion: "Re: [D] {title} ({repository})"
-  close_discussion_with_comment: "Re: [D] {title} ({repository})"
-  reopen_discussion: "Re: [D] {title} ({repository})"
-  new_comment_discussion: "Re: [D] {title} ({repository})"
-  edit_comment_discussion: "Re: [D] {title} ({repository})"
-  delete_comment_discussion: "Re: [D] {title} ({repository})"
-
 notifications:
   commits: commits@hop.apache.org
   issues: issues@hop.apache.org
@@ -68,6 +48,26 @@ github:
     merge: true
     rebase: false
 
+  # Attempt to make the auto-generated github emails more easily readable in email clients.
+  custom_subjects:
+    new_pr: "[PR] {title} ({repository})"
+    close_pr: "Re: [PR] {title} ({repository})"
+    comment_pr: "Re: [PR] {title} ({repository})"
+    diffcomment: "Re: [PR] {title} ({repository})"
+    merge_pr: "Re: [PR] {title} ({repository})"
+    new_issue: "[I] {title} ({repository})"
+    comment_issue: "Re: [I] {title} ({repository})"
+    close_issue: "Re: [I] {title} ({repository})"
+    catchall: "[GH] {title} ({repository})"
+    new_discussion: "[D] {title} ({repository})"
+    edit_discussion: "Re: [D] {title} ({repository})"
+    close_discussion: "Re: [D] {title} ({repository})"
+    close_discussion_with_comment: "Re: [D] {title} ({repository})"
+    reopen_discussion: "Re: [D] {title} ({repository})"
+    new_comment_discussion: "Re: [D] {title} ({repository})"
+    edit_comment_discussion: "Re: [D] {title} ({repository})"
+    delete_comment_discussion: "Re: [D] {title} ({repository})"
+
   #remove ~ when enabling the protection
   protected_branches: ~
 #    master: