ravsamhq / notify-slack-action

🔔 Send a Slack Notification from Github Actions regarding failure, warnings, or even success.
https://ravsam.in/blog/send-slack-notification-when-github-actions-fails/
MIT License
173 stars 57 forks source link

simplify pattern replacement #26

Closed Borda closed 3 years ago

Borda commented 3 years ago

replacing the hard-coded replacement by a loop so it shall be more persistent to accident forgoing in case adding a new pattern

ravsam-bot[bot] commented 3 years ago

Hello and welcome to RavSam :purple_heart:. Thanks for opening your first pull request. We really appreciate your work for our organization. I will assign one of our team members to review your pull request. The reviewer will review your work and merge the pull request accordingly.

Thanks.

ravgeetdhillon commented 3 years ago

Thank you @Borda for your work. This really made the code concise and fault-proof.