Skip to content

feat(track-id-prop): add trackById and trackByProp directives #33 #14

feat(track-id-prop): add trackById and trackByProp directives #33

feat(track-id-prop): add trackById and trackByProp directives #33 #14

Workflow file for this run

name: Auto approve All Contributors
on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor == 'allcontributors[bot]'
steps:
- uses: hmarr/auto-approve-action@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}