Skip to content

Commit

Permalink
chore: don't attempt to delete the branch when autoclosing community PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Oct 18, 2023
1 parent 2eaa998 commit 2403522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auto-close-community-issues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class AutoCloseCommunityIssues {
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}",
},
run:
'gh pr close ${{ github.event.pull_request.number }} --delete-branch --comment "' +
'gh pr close ${{ github.event.pull_request.number }} --comment "' +
comment +
'"',
},
Expand Down

0 comments on commit 2403522

Please sign in to comment.