Once you've approved everything you need, you can turn on the workflow by adding a file under .github/workflows. See examples: https://github.com/rale

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-04-01 11:30:03

Once you've approved everything you need, you can turn on the workflow by adding a file under .github/workflows. See examples: https://github.com/ralexander-phi/license_approval_testing/blob/master/.github/workflows/ Be sure to install your dependencies before running the license_approval step.

Tweak your workflow if needed, then start a pull request with the changes. If everything is working, you should see a new check in the pull request and it should be passing. If so, congratulations, you're done.

Early versions of this action worked only for ruby and handled installation out-of-the-box. Version 1.0 adds support for other package managers but requires the user install their own dependencies. If you'd like to continue using the old action, pin to the old code instead of main.

License Approval is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

Leave a Comment