Skip to content

[Main] Check in yarn.lock file in its current state and update cypress to version 13.6.0 #474

[Main] Check in yarn.lock file in its current state and update cypress to version 13.6.0

[Main] Check in yarn.lock file in its current state and update cypress to version 13.6.0 #474

name: Delete merged branch of the backport PRs
on:
pull_request:
types:
- closed
jobs:
delete-branch:
runs-on: ubuntu-latest
if: startsWith(github.event.pull_request.head.ref,'backport/')
steps:
- name: Delete merged branch
uses: SvanBoxel/delete-merged-branch@b77e873cee00b09f55cc553bd24aae5f8dfc9157
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}