Unreachable enabled region fails entire multi-region query with regions = ["*"]; no way to exclude a region #82
This file contains hidden or 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: Assign Issue to Project | |
| on: | |
| issues: | |
| types: [opened] | |
| permissions: | |
| contents: read | |
| jobs: | |
| add-to-project: | |
| uses: turbot/steampipe-workflows/.github/workflows/assign-issue-to-project.yml@main | |
| with: | |
| issue_number: ${{ github.event.issue.number }} | |
| repository: ${{ github.repository }} | |
| secrets: inherit |