Skip to content

Commit

Permalink
chore: updated the auto close script
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Oct 14, 2024
1 parent fab8cb6 commit 2a1b2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ env:

jobs:
autoclose:
if: ${{ !contains(github.event.issue.body, 'snack.expo.dev') && !contains(github.event.issue.body, 'gorhom.dev')}}
runs-on: ubuntu-latest
if: contains(github.event.issue.body, 'snack.expo.dev') != 'true'
permissions:
issues: write
steps:
Expand Down

0 comments on commit 2a1b2d4

Please sign in to comment.