Skip to content

Commit 2d1966f

Browse files
committed
fix: actions
1 parent 1880c89 commit 2d1966f

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' && (github.event.pull_request.user.login != 'infracost-autofix[bot]' || github.event.pull_request.user.login != 'alikhajeh1')
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)