Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -61,7 +62,7 @@ jobs:
committer: GitHub <noreply@github.com>
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: |
Expand Down