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

commit a1c2a9636d8150304f9491013a6cd9a99ad6891a
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue Mar 31 09:37:44 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 bd932f6f..093ed58d 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: main
+          base: opennlp-2x
           token: ${{ secrets.GITHUB_TOKEN }}
           commit-message: "Minor: Regenerated NOTICE File for ${{ github.sha 
}}"
           committer: GitHub <[email protected]>

Reply via email to