Include maxdepth parameter to limit the number of subfolders to review #44
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: issues | |
| on: | |
| issues: | |
| types: [opened, edited] | |
| jobs: | |
| terraform: | |
| uses: terraform-linters/actions-workflows/.github/workflows/validate-terraform-issues.yml@main | |
| permissions: | |
| issues: write |