Skip to content

Commit

Permalink
docs: Add pull_request.user.login
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Sep 14, 2020
1 parent c25af1f commit ff51f14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ labels:
body: Please follow the issue templates.
action: close
pr:
body: Please follow the pull request templates.
body: Thank you @{{ pull_request.user.login }} for suggesting this. Please follow the pull request templates.
action: close
unlabeled:
issue:
Expand Down Expand Up @@ -127,8 +127,7 @@ labels:
- name: proposal
labeled:
issue:
body: |
Thank you @{{ issue.user.login }} for suggesting this.
body: Thank you @{{ issue.user.login }} for suggesting this.
```
<div align="right">
Expand Down

0 comments on commit ff51f14

Please sign in to comment.