Skip to content

Update to Eclipse Platform 2023-12 #26

Update to Eclipse Platform 2023-12

Update to Eclipse Platform 2023-12 #26

Workflow file for this run

name: Check Licenses
on:
pull_request:
branches:
- 'main'
issue_comment:
types: [created]
jobs:
license:
uses: eclipse-set/build/.github/workflows/dash.yml@main
permissions:
contents: write
issues: write
pull-requests: write
secrets:
gitlabAPIToken: ${{ secrets.GITLAB_API_TOKEN }}