We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f676e commit 4814c80Copy full SHA for 4814c80
.github/workflows/license.yml
@@ -51,6 +51,7 @@ jobs:
51
- name: Create NOTICE File
52
run: |
53
cat src/license/NOTICE.template target/DEPENDENCY-LICENSES > NOTICE
54
+ cp NOTICE opennlp-distr/src/main/readme/NOTICE
55
56
- name: Create Pull Request after License Regeneration
57
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
@@ -61,7 +62,7 @@ jobs:
61
62
committer: GitHub <noreply@github.com>
63
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
64
signoff: true
- branch: regenerate_license_file_after_dep_upgrade
65
+ branch: regenerate_notice_file_after_dep_upgrade
66
delete-branch: true
67
title: "Regenerated NOTICE file after dependency changes"
68
body: |
0 commit comments