This is an automated email from the ASF dual-hosted git repository.
mawiesne 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 4814c806 OPENNLP-1814: Ensure NOTICE file in opennlp-distr is updated
via GH action (#992)
4814c806 is described below
commit 4814c806c4cfedeced89fc185839f317078f6de1
Author: Martin Wiesner <[email protected]>
AuthorDate: Mon Mar 23 20:51:14 2026 +0100
OPENNLP-1814: Ensure NOTICE file in opennlp-distr is updated via GH action
(#992)
(cherry picked from commit 7762ff97c74687deb971e87a489bb940357b2088)
---
.github/workflows/license.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index f1a5834b..a745a444 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -51,6 +51,7 @@ jobs:
- name: Create NOTICE File
run: |
cat src/license/NOTICE.template target/DEPENDENCY-LICENSES > NOTICE
+ cp NOTICE opennlp-distr/src/main/readme/NOTICE
- name: Create Pull Request after License Regeneration
uses:
peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 #
v8.1.0
@@ -61,7 +62,7 @@ jobs:
committer: GitHub <[email protected]>
author: ${{ github.actor }} <${{ github.actor
}}@users.noreply.github.com>
signoff: true
- branch: regenerate_license_file_after_dep_upgrade
+ branch: regenerate_notice_file_after_dep_upgrade
delete-branch: true
title: "Regenerated NOTICE file after dependency changes"
body: |