Skip to content

Commit

Permalink
fix: 머지 후 브랜치 삭제 github action 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hanseulhee committed Oct 10, 2023
1 parent 6f8bbb0 commit e11e25f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/delete-merged-branch-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ 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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e11e25f

Please sign in to comment.