Skip to content

chore: Bump RN to 0.84 stable and update compatibility json #1835

chore: Bump RN to 0.84 stable and update compatibility json

chore: Bump RN to 0.84 stable and update compatibility json #1835

name: GitHub Pull Request description format
on:
pull_request_target:
types:
- opened
jobs:
github-pull-request-description-format:
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 }}