Skip to content

Commit 8d388d0

Browse files
committed
docs: Add issue.user.login
1 parent 8f84602 commit 8d388d0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ labels:
104104
issue:
105105
body: |
106106
Please ask questions about GitHub Actions at the following forum.
107-
https://github.community/t5/GitHub-Actions/bd-p/actions
107+
https://github.community/c/github-actions
108108
action: close
109109
- name: wontfix
110110
labeled:
@@ -124,6 +124,11 @@ labels:
124124
labeled:
125125
issue:
126126
body: This issue is easy for contributing. Everyone can work on this.
127+
- name: proposal
128+
labeled:
129+
issue:
130+
body: |
131+
Thank you @{{ issue.user.login }} for suggesting this.
127132
```
128133
129134
<div align="right">

0 commit comments

Comments
 (0)