Skip to content

Adds NotesHub to the list of productivity tools with native support of Mermaid #1887

Adds NotesHub to the list of productivity tools with native support of Mermaid

Adds NotesHub to the list of productivity tools with native support of Mermaid #1887

Workflow file for this run

name: Apply labels to PR
on:
pull_request_target:
types: [opened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- name: Label PR
uses: TimonVS/pr-labeler-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}