[Bug?]: Monorepo with Vanilla CSS: [nitro] [unhandledRejection] TypeError: Cannot read properties of undefined (reading 'file') #439
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Close issues' | |
on: | |
issues: | |
types: [labeled] | |
jobs: | |
questions: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Close Issue | |
uses: peter-evans/close-issue@v3 | |
if: "${{ github.event.label.name == ':speech_balloon: Question' }}" | |
with: | |
comment: Please note this issue tracker is not a help forum. We recommend using [Discussions](https://github.com/solidjs/solid-start/discussions/categories/q-a) for questions. |