Skip to content

Commit 10f96f5

Browse files
refactor: 💡 Update autoComment workflow message to encourage issue resolution sharing
1 parent b587f5c commit 10f96f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/autoComment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
github-token: ${{secrets.GITHUB_TOKEN}}
2020
script: |
2121
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.`
2323
: `Thank you for creating this pull request, @${context.payload.pull_request.user.login}! A reviewer will check it shortly.`;
2424
github.rest.issues.createComment({
2525
owner: context.repo.owner,

0 commit comments

Comments
 (0)