Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Disable dash-licenses auto-review mode #14145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 6, 2024

  1. [CI] Disable dash-licenses auto-review mode

    Related issue: #14127
    
    The Eclipse Foundation Gitlab token, required for dash-licenses to
    automatically open IP ticket for suspicious license in dependencies.
    is about to expire. Until it's replaced, we can have the workflow use
    the basic mode, where dependecies with suspicious licenses are only
    listed, and have to be handled offline [1].
    
    [1]: To have dash-licenses help with opening IP tickets automatically
         e.g. after a PR license check workflow failure. Any committer can
         generate a token from EF Gitlab at the link below and set it in
         an environment variable, and then use it when running dash-licenses
         from their laptop.
    
    e.g.
    
    theia$ git checkout <PR branch> && yarn
    theia$ export DASH_LICENSES_PAT="<token>"
    theia$ yarn license:check:review
    
    https://gitlab.eclipse.org/-/user_settings/personal_access_tokens
    
    Signed-off-by: Marc Dumais <[email protected]>
    marcdumais-work committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    06dc17f View commit details
    Browse the repository at this point in the history