Skip to content

Commit 816557a

Browse files
committed
fix: don't autoclose infracost-autofix prs
updates autoclose logic so we don't autofix them
1 parent a908331 commit 816557a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autoclose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
auto_close_pr:
88
runs-on: ubuntu-latest
9-
if: github.repository == 'infracost/example-terraform'
9+
if: github.repository == 'infracost/example-terraform' && github.event.pull_request.user.login != 'infracost-autofix[bot]'
1010
steps:
1111
- uses: imba-tjd/auto-close-pr-action@master
1212
with:

0 commit comments

Comments
 (0)