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 1880c89 commit 2d1966fCopy full SHA for 2d1966f
.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' && (github.event.pull_request.user.login != 'infracost-autofix[bot]' || github.event.pull_request.user.login != 'alikhajeh1')
+ 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