Skip to content

Bug/4391 make markdown auto wrapping optional #1827

Bug/4391 make markdown auto wrapping optional

Bug/4391 make markdown auto wrapping optional #1827

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 }}