chore(deps-dev): bump cssnano from 5.0.8 to 7.0.5 #803
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Github action that auto assigns a user to a PR. | |
# Used for auto assigning dependabot PR's | |
# See: https://github.com/kentaro-m/auto-assign-action | |
# Config: .github/auto_assign.yml | |
name: 'Auto Assign' | |
on: | |
pull_request_target: | |
types: [labeled] | |
jobs: | |
add-reviews: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: kentaro-m/[email protected] | |