Skip to content

[Plugin][Bug]: (convert wiki) if an external links is in between two wikilinks, both wikilinks will be wrongly formatted #88

[Plugin][Bug]: (convert wiki) if an external links is in between two wikilinks, both wikilinks will be wrongly formatted

[Plugin][Bug]: (convert wiki) if an external links is in between two wikilinks, both wikilinks will be wrongly formatted #88

Workflow file for this run

name: Add labels
on:
issues:
types: [opened, edited, reopened]
jobs:
add_labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.issue.title, '[Plugin][FR]:') }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: |
✨ Enhancement
💎 Obsidian Github Publisher
- uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.issue.title, '[MKDOCS][FR]:') }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: |
✨ Enhancement
📫 Material Mkdocs Template
- uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.issue.title, '[Plugin][Bug]:') }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: |
🐛 Bug
💎 Obsidian Github Publisher
- uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.issue.title, '[MKDOCS][Bug]:') }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: |
🐛 Bug
📫 Material Mkdocs Template