Skip to content

Fix \n being escaped to \\n, leading to no newlines in actual text #435

Fix \n being escaped to \\n, leading to no newlines in actual text

Fix \n being escaped to \\n, leading to no newlines in actual text #435

Workflow file for this run

name: auto-merge
on: [pull_request_target]
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/[email protected]
with:
target: minor
github-token: ${{ secrets.PAT }}