Skip to content

Commit

Permalink
♻️ Merge pull request #33 from HidemaruOwO/fix/test-workflow
Browse files Browse the repository at this point in the history
🔧 Add permission  (.github/workflows/delete-merge-branch.yml)
  • Loading branch information
HidemaruOwO authored Sep 20, 2023
2 parents c1b23ca + 83ed4b8 commit ed5a1e4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/delete-merge-branch.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: delete branch on close pr
on:
on:
pull_request:
types: [closed]


permissions:
contents: write
repository-projects: write

jobs:
delete-branch:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ed5a1e4

Please sign in to comment.