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 eed08096 Fix base branch
eed08096 is described below

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

    Fix base branch
---
 .github/workflows/license.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index 093ed58d..03be14b7 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -56,7 +56,7 @@ jobs:
       - name: Create Pull Request after License Regeneration
         uses: 
peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # 
v8.1.0
         with:
-          base: opennlp-2x
+          base: opennlp-2.x
           token: ${{ secrets.GITHUB_TOKEN }}
           commit-message: "Minor: Regenerated NOTICE File for ${{ github.sha 
}}"
           committer: GitHub <[email protected]>

Reply via email to