Skip to content

chore(deps-dev): bump @axe-core/playwright from 4.10.2 to 4.11.0 #147

chore(deps-dev): bump @axe-core/playwright from 4.10.2 to 4.11.0

chore(deps-dev): bump @axe-core/playwright from 4.10.2 to 4.11.0 #147

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: ${{ !contains(github.actor,'[bot]') }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ github.actor }}