Skip to content

Commit

Permalink
Enable License Check for PDE
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Dec 5, 2023
1 parent c77b32b commit 47e0d8c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/licensecheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: License vetting status check

on:
push:
branches:
- 'master'
- 'tycho-*'
pull_request:
branches:
- 'master'
- 'tycho-*'
issue_comment:
types: [created]

jobs:
call-license-check:
permissions:
pull-requests: write
uses: eclipse/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
with:
projectId: technology.tycho
secrets:
gitlabAPIToken: ${{ secrets.PDE_GITLAB_API_TOKEN }}

0 comments on commit 47e0d8c

Please sign in to comment.