Skip to content

Commit fe8de32

Browse files
committed
Request review always
There is no need to run once and to see there are deps that require review and run again. Let the first attempt request directly.
1 parent 613925e commit fe8de32

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/licensecheck.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,9 @@ jobs:
9090
mvn -U dependency:get -Dartifact=org.eclipse.dash:org.eclipse.dash.licenses:1.1.0 -DremoteRepositories="https://repo.eclipse.org/content/repositories/dash-licenses"
9191
mkdir -p target/dash # Make directory for dash-license review summary
9292
- name: Set request review parameters
93-
if: github.event_name == 'issue_comment'
9493
run: |
9594
echo "request-review=1" >> $GITHUB_ENV
96-
# Run only for comments on PRs that have a corresponding body.
95+
# Always request a review so unvetted licenses are submitted automatically.
9796
- name: NPM Deps License check
9897
shell: bash {0}
9998
run: |

0 commit comments

Comments
 (0)