Skip to content

Remove certain compatibility logic for HTML and CSS props in favor of RN natively supported props #489

Remove certain compatibility logic for HTML and CSS props in favor of RN natively supported props

Remove certain compatibility logic for HTML and CSS props in favor of RN natively supported props #489

Workflow file for this run

name: labels
on:
issues:
types: [labeled, unlabeled]
pull_request:
types: [labeled, unlabeled]
permissions:
contents: read
issues: write
pull-requests: write
jobs:
label-actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dessant/label-actions@v4
with:
config-path: .github/labels.yml
github-token: ${{ github.token }}