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

Bump mini-css-extract-plugin from 2.7.6 to 2.8.0 #4334

Bump mini-css-extract-plugin from 2.7.6 to 2.8.0

Bump mini-css-extract-plugin from 2.7.6 to 2.8.0 #4334

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