Indicate that you should only use helm chart version equal to binary version #2620
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: project-lifecycle | |
on: | |
schedule: | |
- cron: 0 8 * * * | |
workflow_dispatch: | |
issues: | |
types: | |
- reopened | |
- opened | |
- labeled | |
jobs: | |
lifecycle: | |
uses: kumahq/.github/.github/workflows/wfc_lifecycle.yml@main | |
with: | |
filesToIgnore: CODEOWNERS,CONTRIBUTING.md |