Skip to content

refactor some apis and improve Create and Edit actions #38

refactor some apis and improve Create and Edit actions

refactor some apis and improve Create and Edit actions #38

Workflow file for this run

name: delete branch on close pr
on:
pull_request:
types: [closed]
jobs:
delete-branch:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- name: Delete branch
uses: SvanBoxel/delete-merged-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}