1
1
mirror of https://github.com/primer/css.git synced 2024-11-29 14:14:26 +03:00

Replace with author login

This commit is contained in:
Jon Rohan 2021-04-10 13:06:45 -07:00
parent 059cf16916
commit a62d91091d
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Hello @jonrohan!
Hello @{{PR_AUTHOR}}!
Thanks for the pull request! Someone on the team will take a look at this soon.

View File

@ -34,6 +34,6 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: body
body: body.replace('{{PR_AUTHOR}}', context.payload.sender.login)
})
}