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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3a1d127e6 Add autolinking to the ASF Jira
3a1d127e6 is described below

commit 3a1d127e6db833c50b2a654bd47a4299800b2f0b
Author: Steve Lawrence <[email protected]>
AuthorDate: Mon Jan 30 16:41:53 2023 -0500

    Add autolinking to the ASF Jira
    
    Configure .asf.yml to add the DAFFODIL keyword to autolink to jira bugs.
    Anytime the a daffodil issue identifier appears in a commit message or
    comment GitHub will add a link to the Jira issue.
    
    DAFFODIL-2779
---
 .asf.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index fc6ee3de0..727d5bc5e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,6 +24,8 @@ github:
     squash:   false
     merge:    false
     rebase:   true
+  autolink_jira:
+    - DAFFODIL
 notifications:
     commits:      [email protected]
     issues:       [email protected]

Reply via email to