Feature toggles are fetched in a chron manner instead of when a feature flag is actually needed #103
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: Add new item to project board | |
on: | |
issues: | |
types: | |
- opened | |
pull_request_target: | |
types: | |
- opened | |
jobs: | |
add-to-project: | |
uses: unleash/.github/.github/workflows/add-item-to-project.yml@main | |
secrets: inherit |