This is an automated email from the ASF dual-hosted git repository. mawiesne pushed a commit to branch OPENNLP-1814 in repository https://gitbox.apache.org/repos/asf/opennlp.git
commit c60e9dfa39f36b4e9b3e78d3defa4aa889002322 Author: Martin Wiesner <[email protected]> AuthorDate: Mon Mar 23 20:40:31 2026 +0100 OPENNLP-1814: Ensure NOTICE file in opennlp-distr is updated via GH action --- .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 06dca7c3..a2379c38 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: |
