Route53.PrivateHostedZone: queryLogsLogGroupArn breaks cloudformation deployment with error "You can't create a query logging config for a private hosted zone." #47550
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: pr-linter-exemption-labeler | |
on: | |
issue_comment: | |
types: | |
- created | |
- edited | |
- deleted | |
jobs: | |
pr_commented: | |
name: PR Comment | |
if: ${{ (github.event.issue.pull_request) && (github.event.issue.state == 'open') }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: TheRealAmazonKendra/pr-linter-exemption-labeler@main | |
with: | |
github-token: ${{ secrets.PROJEN_GITHUB_TOKEN }} |