Skip to content

Feedback - LSP too aggressive in suggesting completions #2283

Feedback - LSP too aggressive in suggesting completions

Feedback - LSP too aggressive in suggesting completions #2283

Workflow file for this run

# This workflow will check for Maven projects if the licenses of all (transitive) dependencies are vetted.
name: License check
on:
push:
pull_request:
paths:
- '**/pom.xml'
- '**/*.target'
- '.github/workflows/licensecheck.yml'
issue_comment:
types: [created]
jobs:
call:
if: github.event_name == 'pull_request' || github.event_name == 'issue_comment' || github.repository_owner == 'eclipse-cdt'
uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
with:
projectId: tools.cdt
secrets:
gitlabAPIToken: ${{ secrets.GITLAB_API_TOKEN }}
permissions:
pull-requests: write