Skip to content

Fix captions in posts caused by the randomly inserted <p> tag #116

Fix captions in posts caused by the randomly inserted <p> tag

Fix captions in posts caused by the randomly inserted <p> tag #116

name: Pull Request Meta
on:
pull_request:
types: [opened]
jobs:
process_pr_meta:
runs-on: ubuntu-20.04
steps:
- name: Assign to author
uses: samspills/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
- name: Add labels
uses: TimonVS/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}