Skip to content

Commit 729d535

Browse files
fix: improve comment clarity in wait-for-publish workflow (#530)
1 parent 9d61db1 commit 729d535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wait-for-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
const repo = context.repo.owner + "/" + context.repo.repo;
9898
const release_url = `https://github.com/${repo}/releases/tag/v${version}`;
9999
// Create comment mentioning the issue author
100-
const comment = `🎉 @${issue.user.login} Great news! Version [v${version}](${release_url}) has been published to the Grafana plugin store. Closing this issue as resolved. If you find any problems, feel free to reopen the issue.`;
100+
const comment = `🎉 @${issue.user.login} Great news! Version [v${version}](${release_url}) has been published to the Grafana plugin store. Closing this issue as resolved. If you find any problems, please leave a comment with the problem, and we reopen the issue.`;
101101
102102
await github.rest.issues.createComment({
103103
owner: context.repo.owner,

0 commit comments

Comments
 (0)