Skip to content

Commit dd2cfbb

Browse files
Add label to indicate issue is being processed
Co-Authored-By: Serg Kryvonos <[email protected]>
1 parent d0ec895 commit dd2cfbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/issue-to-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,8 @@ jobs:
6060
exit 1
6161
fi
6262
63+
# Add label to indicate issue is being processed
64+
gh issue edit "${{ github.event.issue.number }}" --add-label "in-progress"
65+
6366
# Add comment to issue with session link
6467
gh issue comment "${{ github.event.issue.number }}" --body "Created Devin session: $SESSION_URL"

0 commit comments

Comments
 (0)