Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Bump react-docgen from 5.4.3 to 7.0.3 #4352

Bump react-docgen from 5.4.3 to 7.0.3

Bump react-docgen from 5.4.3 to 7.0.3 #4352

name: 'Automate assigning team for review.'
on:
pull_request:
types: [opened, ready_for_review]
jobs:
add-reviews:
if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Check config and assign reviews
uses: acq688/[email protected]
with:
config: '.github/automate-team-review-assignment-config.yml'
GITHUB_TOKEN: ${{ secrets.FINE_GRAINED_TOKEN_ACTIONS }}