Skip to content

Bump postcss-custom-selectors from 6.0.3 to 8.0.4 #3361

Bump postcss-custom-selectors from 6.0.3 to 8.0.4

Bump postcss-custom-selectors from 6.0.3 to 8.0.4 #3361

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