docs: Add new supported props from RN 0.77 to supported props table #319
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |