Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Update dependency playwright to v1.49.1 #2466

Update dependency playwright to v1.49.1

Update dependency playwright to v1.49.1 #2466

Workflow file for this run

name: "Maintenance"
on:
# So that PRs touching the same files as the push are updated
push:
# So that the `dirtyLabel` is removed if conflicts are resolved
pull_request:
types: [synchronize]
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: check if prs are dirty
uses: eps1lon/actions-label-merge-conflict@releases/2.x
with:
dirtyLabel: "PR: needs rebase"
removeOnDirtyLabel: "PR: ready to ship"
repoToken: "${{ secrets.GITHUB_TOKEN }}"