🐛 BUG: Go To Definition crashes when moving to a file that is located in a different workspace with npm workspaces in Neovim #152
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: Label issues | |
on: | |
issues: | |
types: | |
- reopened | |
- opened | |
jobs: | |
label_issues: | |
if: github.repository_owner == 'withastro' | |
uses: withastro/automation/.github/workflows/issue-opened.yml@main |