Skip to content

Commit

Permalink
[CI] enable license check auto review mode
Browse files Browse the repository at this point in the history
In our license check workflow, make use of the new yarn script
"license:check:review".

I have set the required Gitlab Personal Access Token as a repo
secret using the GitHub API (we do not have UI access to this
setting).

Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Oct 13, 2022
1 parent 74af422 commit db6926f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ jobs:
if: matrix.tests != 'skip'
shell: bash
run: |
yarn license:check
yarn license:check:review
env:
DASH_LICENSES_PAT: ${{ secrets.DASH_LICENSES_PAT }}

0 comments on commit db6926f

Please sign in to comment.