We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01604a3 commit 9499bc1Copy full SHA for 9499bc1
.github/workflows/automatic.yml
@@ -165,3 +165,16 @@ jobs:
165
overmind-api-key: ${{ secrets.OVM_API_KEY }}
166
infracost-api-key: ${{ secrets.INFRACOST_API_KEY }}
167
terraform-plan-json: ./tfplan-cost.json
168
+
169
+ auto-approval:
170
+ runs-on: ubuntu-latest
171
+ if: github.event.action != 'closed'
172
+ needs: execute
173
+ permissions:
174
+ pull-requests: write
175
+ steps:
176
+ - uses: overmindtech/approval-action@v1
177
+ with:
178
+ github-token: ${{ secrets.GITHUB_TOKEN }}
179
+ block-on-high-risks: true
180
+ max-medium-risks: 3
0 commit comments