feat(examples): add opinionated secure/compliance/cost example stacks #211
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: Auto merge | ||
| on: | ||
| pull_request: | ||
| jobs: | ||
| auto-merge: | ||
| uses: clouddrove/github-shared-workflows/.github/workflows/auto_merge.yml@master | ||
|
Check failure on line 7 in .github/workflows/automerge.yml
|
||
| secrets: | ||
| GITHUB: ${{ secrets.GITHUB }} | ||
| with: | ||
| tfcheck: 'tf-checks-complete-example / Check code format' | ||
| ... | ||