Merge branch 'backport-4178' into release-2.0.x #3528
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: License Checking | ||
on: | ||
push: | ||
branches: | ||
- 'develop' | ||
- 'release-**' | ||
pull_request: | ||
branches: | ||
- 'develop' | ||
- 'release-**' | ||
issue_comment: | ||
types: [created] | ||
jobs: | ||
# Documentation: https://github.com/eclipse-dash/dash-licenses#reusable-github-workflow-for-automatic-license-check-and-ip-team-review-requests | ||
eclipse-dash-license-tool-run: | ||
Check failure on line 16 in .github/workflows/license-check.yaml GitHub Actions / License CheckingInvalid workflow file
|
||
name: Eclipse Dash License Tool | ||
uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master | ||
with: | ||
projectId: iot.kapua | ||
secrets: | ||
gitlabAPIToken: ${{ secrets.KAPUA_GITLAB_API_TOKEN }} # We should ask Eclipse to add this secret at some point. Currently, we do not want to do automatic license vetting submission. |