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/autoComment.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ jobs:
19
19
github-token: ${{secrets.GITHUB_TOKEN}}
20
20
script: |
21
21
const issueComment = context.payload.issue
22
-
? `Thank you for opening an issue, @${context.payload.issue.user.login}! We'll review it soon.`
22
+
? `Thank you for opening an issue, @${context.payload.issue.user.login}! will review it soon. Meanwhile you can describe & share your approach on how to resolve this issue.`
23
23
: `Thank you for creating this pull request, @${context.payload.pull_request.user.login}! A reviewer will check it shortly.`;
0 commit comments