We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613925e commit fe8de32Copy full SHA for fe8de32
1 file changed
.github/workflows/licensecheck.yml
@@ -90,10 +90,9 @@ jobs:
90
mvn -U dependency:get -Dartifact=org.eclipse.dash:org.eclipse.dash.licenses:1.1.0 -DremoteRepositories="https://repo.eclipse.org/content/repositories/dash-licenses"
91
mkdir -p target/dash # Make directory for dash-license review summary
92
- name: Set request review parameters
93
- if: github.event_name == 'issue_comment'
94
run: |
95
echo "request-review=1" >> $GITHUB_ENV
96
- # Run only for comments on PRs that have a corresponding body.
+ # Always request a review so unvetted licenses are submitted automatically.
97
- name: NPM Deps License check
98
shell: bash {0}
99
0 commit comments