From 0a48df0d1e4b94a7d35c1a59a1f94a57bc727e0b Mon Sep 17 00:00:00 2001 From: JinHo Jeong Date: Tue, 19 Sep 2023 23:45:17 +0900 Subject: [PATCH] Update opend-issue-notification.yml --- .github/workflows/opend-issue-notification.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/opend-issue-notification.yml b/.github/workflows/opend-issue-notification.yml index b66ddcb6..3713f6b1 100644 --- a/.github/workflows/opend-issue-notification.yml +++ b/.github/workflows/opend-issue-notification.yml @@ -33,6 +33,16 @@ jobs: "name": "Author", "value": "${{ github.event.issue.user.login }}", "inline": true + }, + { + "name": "PR Number", + "value": "#${{ github.event.pull_request.number }}", + "inline": true + }, + { + "name": "Author", + "value": "${{ github.event.pull_request.user.login }}", + "inline": true } ] }