Remove certain compatibility logic for HTML and CSS props in favor of RN natively supported props #489
Workflow file for this run
This file contains hidden or 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: 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 }} |