Skip to content

Adds resolution for micromatch, updates yarn.lock #741

Adds resolution for micromatch, updates yarn.lock

Adds resolution for micromatch, updates yarn.lock #741

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 }}