Skip to content

Feature - Added content prop to Tooltips with the possibility to render ReactNode #65

Feature - Added content prop to Tooltips with the possibility to render ReactNode

Feature - Added content prop to Tooltips with the possibility to render ReactNode #65

Workflow file for this run

name: Auto Assign PR to Author
on:
pull_request:
types: [opened]
jobs:
add-assignee:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.4
with:
configuration-path: .github/auto-assign.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}