Wikilinks pointing to their own page do not show alias in Note Preview #1713
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+)' |