Skip to content

Commit

Permalink
chore: 머지 후 브랜치 삭제 github action 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
withyj-codeit committed Sep 3, 2023
1 parent fc5dffe commit 93a0e93
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/delete-merged-branch-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: delete branch on close pr

on:
pull_request:
types: [closed]

permissions:
pull-requests: write

jobs:
delete-branch:
runs-on: ubuntu-latest
steps:
- name: delete branch
uses: SvanBoxel/delete-merged-branch@main

0 comments on commit 93a0e93

Please sign in to comment.