Optimize aws_s3_bucket: Skip hydrate calls for buckets outside requested region qualifier #67
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 |