Skip to content

Bump postcss-nested from 4.2.3 to 7.0.1 #3360

Bump postcss-nested from 4.2.3 to 7.0.1

Bump postcss-nested from 4.2.3 to 7.0.1 #3360

Workflow file for this run

name: PR Check - Labeler
on: [pull_request_target]
jobs:
add-label:
name: Add patch label to pull request
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}