Skip to content

Commit 0dc4884

Browse files
committed
fix: remove stale 'draft' comment from PR creation step
1 parent 1799f5a commit 0dc4884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-issue-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
const issue = context.payload.issue;
171171
const branch = process.env.BRANCH_NAME;
172172
173-
// Create draft PR
173+
// Create PR
174174
const pr = await github.rest.pulls.create({
175175
owner: context.repo.owner,
176176
repo: context.repo.repo,

0 commit comments

Comments
 (0)