Skip to content

Merge new-kb-tooltip-position-rotated-div-8b8874329f9c4377b99080961d54b93f-2526 into production #607

Merge new-kb-tooltip-position-rotated-div-8b8874329f9c4377b99080961d54b93f-2526 into production

Merge new-kb-tooltip-position-rotated-div-8b8874329f9c4377b99080961d54b93f-2526 into production #607

name: Pull Request To Production Closed
on:
pull_request:
branches: [production]
types: [closed]
jobs:
delete_production_branch:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
token: '${{ secrets.GITHUB_TOKEN }}'
- name: Delete branch
run: |
git push origin --delete ${{github.head_ref}}