-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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: use git submodules for Chart Actions #14211
Conversation
@amitmiran137 @craig-rueda |
Lint works great now. Should be OK to merge |
Again , the work your doing here is amazing!! |
Apache just approved the action added in #14163 . Closing this in favor of previous PR. |
After testing, I think this is a better solution, as it doesn't require additional approvals from Apache infra :) |
* Add chart-action submodules * use local github actions for chart actions * Run actions checkout for local checkout * Run lint when PR is edited * Remove path filter and dummy value * Fix fetch-depth * Test chart version bump * Update maintainer to pass validation * Update maintainer to pass validation
SUMMARY
This adds chart actions submodules to allow chart actions to run.
Added because of implementation for using git submodules for (securely) using third party Github Actions (#12709)
Related to #14163 that has been accepted.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
ADDITIONAL INFORMATION
@craig-rueda