Skip to content

Define strategy how to transfer HTML attributes to the component and accordingly modify the TabsItem component #183

Define strategy how to transfer HTML attributes to the component and accordingly modify the TabsItem component

Define strategy how to transfer HTML attributes to the component and accordingly modify the TabsItem component #183

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 }}