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

rzo1 pushed a commit to branch opennlp-2.x
in repository https://gitbox.apache.org/repos/asf/opennlp.git


The following commit(s) were added to refs/heads/opennlp-2.x by this push:
     new 7ccc09d7 Add 2.x prefix to PR title
7ccc09d7 is described below

commit 7ccc09d717a2bac1a27a28a1b5332a4c70893bed
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue Mar 31 09:37:27 2026 +0200

    Add 2.x prefix to PR title
---
 .github/workflows/license.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index f1152ce4..bd932f6f 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -64,8 +64,8 @@ jobs:
           signoff: true
           branch: regenerate_notice_file_after_dep_upgrade_2.x
           delete-branch: true
-          title: "Regenerated NOTICE file after dependency changes"
+          title: "[2.x] Regenerated NOTICE file after dependency changes"
           body: |
-            Found some uncommited changes (from NOTICE regeneration) after 
running build on OpenNLP
+            Found some uncommited changes (from NOTICE regeneration) after 
running build on OpenNLP 2.x
           labels: |
             dependency
\ No newline at end of file

Reply via email to