Skip to content

chore(deps): bump body-parser from 1.20.2 to 1.20.3 #64

chore(deps): bump body-parser from 1.20.2 to 1.20.3

chore(deps): bump body-parser from 1.20.2 to 1.20.3 #64

name: GitHub Pull Request description format
on:
pull_request:
types:
- opened
jobs:
format-pull-request-description:
runs-on: ubuntu-latest
steps:
- name: Update PR Description
uses: software-mansion-labs/pr-description@main
with:
content: ''
regex: "<!-- .* -->\n"
regexFlags: img
token: ${{ secrets.GITHUB_TOKEN }}