Skip to content

Commit

Permalink
Update opend-issue-notification.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino authored Sep 19, 2023
1 parent e4c323d commit 0a48df0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/opend-issue-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
Expand Down

0 comments on commit 0a48df0

Please sign in to comment.