Skip to content

chore(deps-dev): bump @playwright/test from 1.56.1 to 1.57.0 #99

chore(deps-dev): bump @playwright/test from 1.56.1 to 1.57.0

chore(deps-dev): bump @playwright/test from 1.56.1 to 1.57.0 #99

Workflow file for this run

name: PR Automation
on:
pull_request:
types: [opened, ready_for_review, converted_to_draft]
concurrency:
group: pr-${{ github.event.pull_request.number }}
cancel-in-progress: false
jobs:
automation:
permissions:
pull-requests: write
issues: write
contents: read
uses: KubrickCode/workflow-toolkit/.github/workflows/pr-automation.yml@main
with:
project-number: "4"
event-action: ${{ github.event.action }}
pr-number: ${{ github.event.pull_request.number }}
pr-user-login: ${{ github.event.pull_request.user.login }}
pr-is-draft: ${{ github.event.pull_request.draft }}
secrets:
GH_PAT: ${{ secrets.GH_PAT }}