Skip to content

[Bug]: tests

[Bug]: tests #1

Workflow file for this run

name: Auto Close Issue Workflow
on:
issues:
types: [opened, edited]
jobs:
autoclose:
runs-on: ubuntu-latest
steps:
- if: contains(github.event.issue.body, 'snack.expo.dev') != 'true'
uses: ./.github/workflows/close-issue.yaml