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:
parent
059cf16916
commit
a62d91091d
2
.github/greetings_template.md
vendored
2
.github/greetings_template.md
vendored
@ -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.
|
||||
|
||||
|
2
.github/workflows/greetings.yml
vendored
2
.github/workflows/greetings.yml
vendored
@ -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)
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user