Hypelinks in SVGs Not Displaying in Github Markdown, But Work in Extension and on Browser #282
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: Move new issues into Triage | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
automate-project-columns: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: alex-page/[email protected] | |
with: | |
project: Backlog | |
column: Triage | |
repo-token: ${{ secrets.GH_TOKEN }} |