Preview: Images from reference expanded note are not shown in VSCode preview. Are shown in published web-view. #1697
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 Labeler" | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: github/issue-labeler@v2.2 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
configuration-path: .github/config/issue-labler/labler.yml | |
not-before: "2020-02-21T00:00:00Z" | |
enable-versioned-regex: 1 | |
versioned-regex: 'issue_labeler_regex_version=(\d+)' |