Skip to content

Commit a52f883

Browse files
committed
feat: tag the original author in the PR itself
1 parent d0e216e commit a52f883

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto-pr-on-issue.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,7 @@ jobs:
4646
title: "[auto-pr] #${{ github.event.issue.number }}: ${{ github.event.issue.title }}"
4747
body: |
4848
This PR was automatically generated from issue #${{ github.event.issue.number }}.
49+
50+
**Authored by:** @${{ github.event.issue.user.login }}
51+
4952
Closes #${{ github.event.issue.number }}.

0 commit comments

Comments
 (0)