Skip to content

Commit dcd9c9b

Browse files
Update completion message for closed issues to reflect GitHub Actions Learning Task
1 parent 04eb4c2 commit dcd9c9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-assign-badges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,6 @@ jobs:
215215
owner: context.repo.owner,
216216
repo: context.repo.repo,
217217
issue_number: context.issue.number,
218-
body: `Hey @${{ github.event.issue.user.login }} ! 👋\nYour issue has been closed — that means you've successfully completed the GitHub for Beginners task!\n\n🏅 **You can now claim your completion badge!**\n\n![Badge](https://github.com/${{ github.repository }}/raw/main/images/${badgeFile})\n\n**Badge Level:** ${capitalize(level)}\n\nFollow me on GitHub - https://github.com/nisalgunawardhana\n\nGreat job, and thank you for contributing! Keep learning and exploring. 🚀`
218+
body: `Hey @${{ github.event.issue.user.login }} ! 👋\nYour issue has been closed — that means you've successfully completed the GitHub Actions Learning Task !\n\n🏅 **You can now claim your completion badge!**\n\n![Badge](https://github.com/${{ github.repository }}/raw/main/images/${badgeFile})\n\n**Badge Level:** ${capitalize(level)}\n\nFollow me on GitHub - https://github.com/nisalgunawardhana\n\nGreat job, and thank you for contributing! Keep learning and exploring. 🚀`
219219
});
220220

0 commit comments

Comments
 (0)