Skip to content

Bump rexml from 3.2.6 to 3.2.8 in /MacOSExample #280

Bump rexml from 3.2.6 to 3.2.8 in /MacOSExample

Bump rexml from 3.2.6 to 3.2.8 in /MacOSExample #280

name: Format Pull Request Description
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 }}