In page frontmatter, an env var condition followed by an import leaves an unterminated string #65
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: Issue Labeled | |
on: | |
issues: | |
types: [labeled] | |
jobs: | |
reply_labelled: | |
if: github.repository_owner == 'withastro' | |
uses: withastro/automation/.github/workflows/issue-labeled.yml@main |