Skip to content

chore(deps): bump rexml from 3.3.6 to 3.3.9 in /apps/paper-example #142

chore(deps): bump rexml from 3.3.6 to 3.3.9 in /apps/paper-example

chore(deps): bump rexml from 3.3.6 to 3.3.9 in /apps/paper-example #142

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