Zone mode: Add Zone name to config object injected into index.html template #7584
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 7 * * * | |
workflow_dispatch: | |
issues: | |
types: | |
- reopened | |
- opened | |
- labeled | |
jobs: | |
lifecycle: | |
uses: kumahq/.github/.github/workflows/wfc_lifecycle.yml@main | |
with: | |
filesToIgnore: CONTRIBUTING.md |