Skip to content

Update blacklisted props that can be passed to native HTML elements using the transferProps principle #200

Update blacklisted props that can be passed to native HTML elements using the transferProps principle

Update blacklisted props that can be passed to native HTML elements using the transferProps principle #200

name: Pull Request Meta
on:
pull_request:
types: [ opened ]
jobs:
process_pr_meta:
name: Process PR meta
runs-on: ubuntu-20.04
steps:
- name: Assign to author
uses: samspills/[email protected] # specify also the minor version because v1 does not exist
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Add labels
uses: TimonVS/pr-labeler-action@v4
env:
repo-token: ${{ secrets.GITHUB_TOKEN }}