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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 5dd012d  disable notifications, get rid of jira
5dd012d is described below

commit 5dd012d76412197610bba1ea57f05f7ebca07e97
Author: Olivier Lamy <[email protected]>
AuthorDate: Mon Jun 23 21:12:45 2025 +1000

    disable notifications, get rid of jira
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 .asf.yaml                         | 7 ++-----
 .github/ISSUE_TEMPLATE/config.yml | 3 ---
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 3a524d0..0610655 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -28,13 +28,10 @@ github:
     squash: true
     merge: false
     rebase: true
-  autolink_jira:
-    - MSCMPUB
   del_branch_on_merge: true
   features:
     issues: true
 notifications:
   commits: [email protected]
-  issues: [email protected]
-  pullrequests: [email protected]
-  jira_options: link label
+  #issues: [email protected]
+  #pullrequests: [email protected]
diff --git a/.github/ISSUE_TEMPLATE/config.yml 
b/.github/ISSUE_TEMPLATE/config.yml
index c6ceafa..ba0544b 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -25,6 +25,3 @@ contact_links:
     url: https://maven.apache.org/mailing-lists.html
     about: Please ask a question or discuss here
 
-  - name: Old JIRA Issues
-    url: https://issues.apache.org/jira/projects/MSCMPUB
-    about: Please search old JIRA issues

Reply via email to