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 a908331 commit 816557aCopy full SHA for 816557a
.github/workflows/autoclose.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
auto_close_pr:
8
runs-on: ubuntu-latest
9
- if: github.repository == 'infracost/example-terraform'
+ if: github.repository == 'infracost/example-terraform' && github.event.pull_request.user.login != 'infracost-autofix[bot]'
10
steps:
11
- uses: imba-tjd/auto-close-pr-action@master
12
with:
0 commit comments