Skip to content

Commit 4814c80

Browse files
committed
OPENNLP-1814: Ensure NOTICE file in opennlp-distr is updated via GH action (#992)
(cherry picked from commit 7762ff9)
1 parent 55f676e commit 4814c80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/license.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
- name: Create NOTICE File
5252
run: |
5353
cat src/license/NOTICE.template target/DEPENDENCY-LICENSES > NOTICE
54+
cp NOTICE opennlp-distr/src/main/readme/NOTICE
5455
5556
- name: Create Pull Request after License Regeneration
5657
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
@@ -61,7 +62,7 @@ jobs:
6162
committer: GitHub <noreply@github.com>
6263
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
6364
signoff: true
64-
branch: regenerate_license_file_after_dep_upgrade
65+
branch: regenerate_notice_file_after_dep_upgrade
6566
delete-branch: true
6667
title: "Regenerated NOTICE file after dependency changes"
6768
body: |

0 commit comments

Comments
 (0)