The READY event is not triggered when the bootstrap is not empty and bootstrapOverride = false. #116
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 |