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

Bump @storybook/addon-storysource from 7.5.2 to 7.6.14 #4340

Bump @storybook/addon-storysource from 7.5.2 to 7.6.14

Bump @storybook/addon-storysource from 7.5.2 to 7.6.14 #4340

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