Skip to content

Commit

Permalink
chore: apply suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Gornicki <[email protected]>
  • Loading branch information
Shurtu-gal and derberg authored Oct 21, 2024
1 parent e1b858f commit fd1a32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vote-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
for (const member of leftToVote) {
console.log(`Notifying ${member.name} about issue #${issue.number}`);
const message = `πŸ‘‹ Hi ${member.name},\nYour vote is required on the following issue: *#${issue.number}*.\n*Issue Details*: <${issue.html_url}|View and cast your vote here>\nYour input is crucial to our decision-making process. Please take a moment to review the issue and share your thoughts.\nThank you for your contribution! πŸ™`;
const message = `πŸ‘‹ Hi ${member.name},\nWe need your vote on the following topic: *${issue.title}*.\n*Issue Details*: ${issue.html_url}\nYour input is crucial to our decision-making process. Please take a moment to review the voting topic and share your thoughts.\nThank you for your contribution! πŸ™`;
// Sending Slack DM via API
const response = await axios.post('https://slack.com/api/chat.postMessage', {
Expand Down

0 comments on commit fd1a32a

Please sign in to comment.