You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/new_issue_first_comment.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ jobs:
20
20
script: |
21
21
const creator = context.payload.issue.user.login;
22
22
23
-
const commentBody = `Thank you ${creator} for sharing your idea! We have a lot of them so please be patient. You can see the current queue here.
23
+
const commentBody = `Thank you ${creator} for sharing your idea! We have a lot of them so please be patient. You can see the [current queue here](https://github.com/django/new-features/issues?q=sort%3Aupdated-desc+is%3Aissue+state%3Aopen+%28no%3Alabel+OR+label%3A%22phase+%2F+new%22%29).
24
24
25
25
### Community instructions
26
26
For commenters, please use the emoji reactions on the issue to express support, and/or concern easily. Please use the comments to ask questions or contribute knowledge about the idea. It is unhelpful to post comments of "I'd love this" or "What's the state of this?"
0 commit comments