Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/actions/delete-merged-branch/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Delete merged branch

permissions:
contents: write

inputs:
protected-branches:
description: 'Comma separated protected branches (e.g., main,dev)'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
delete-merged-branch:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/delete-merged-branch
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ async function bootstrap() {

bootstrap();

// 코드 수정
// 소스코드 수정