Skip to content

Commit

Permalink
Merge pull request #237 from hanseulhee/fix-github-actions
Browse files Browse the repository at this point in the history
[Fix] delete merged branch github action
  • Loading branch information
withyj-codeit authored Nov 6, 2023
2 parents 93a0e93 + 212e864 commit 4dc5dd0
Showing 1 changed file with 2 additions and 3 deletions.
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 4dc5dd0

Please sign in to comment.