Skip to content

Commit

Permalink
Merge pull request #7 from eclipse-cbi/feat/license_check
Browse files Browse the repository at this point in the history
Add license check
  • Loading branch information
fredg02 authored Nov 19, 2024
2 parents 575c2dd + 83e4c96 commit ec4928e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/license-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: License Checking
on:
push:
branches:
- 'main'
- 'develop'
- 'release-**'
pull_request:
branches:
- 'main'
- '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:
name: Eclipse Dash License Tool
uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
with:
projectId: technology.cbi
secrets:
gitlabAPIToken: ${{ secrets.ECLIPSE_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.

0 comments on commit ec4928e

Please sign in to comment.