Skip to content

chore(deps-dev): bump sass from 1.93.3 to 1.94.0 #22

chore(deps-dev): bump sass from 1.93.3 to 1.94.0

chore(deps-dev): bump sass from 1.93.3 to 1.94.0 #22

Workflow file for this run

name: Auto Assign
permissions:
contents: read
pull-requests: write
on:
pull_request:
types:
- opened
- reopened
jobs:
add_labels:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-assignees@v1
if: ${{ github.actor != 'dependabot[bot]' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ github.actor }}