Skip to content

Merge new-kb-dockmanager-add-content-pane-footer-089c0996b6854aa3bf736ab2fe78183f-3283 into production #925

Merge new-kb-dockmanager-add-content-pane-footer-089c0996b6854aa3bf736ab2fe78183f-3283 into production

Merge new-kb-dockmanager-add-content-pane-footer-089c0996b6854aa3bf736ab2fe78183f-3283 into production #925

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