Skip to content

[Plugin][FR]: should skip code block (```shell) when converting [[wikilinks]] to markdown links #79

[Plugin][FR]: should skip code block (```shell) when converting [[wikilinks]] to markdown links

[Plugin][FR]: should skip code block (```shell) when converting [[wikilinks]] to markdown links #79

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