The cloudwatchlogs_log_group_info module generates throttling exceptions #111
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: ansible bot | |
on: | |
issues: | |
types: | |
- opened | |
- reopened | |
jobs: | |
add_label: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
issues: write | |
steps: | |
- uses: actions-ecosystem/action-add-labels@v1 | |
with: | |
labels: needs_triage |