aws-actions / amazon-ecs-render-task-definition

Inserts a container image URI into an Amazon ECS task definition JSON file.
MIT License
261 stars 138 forks source link

chore: add a new workflow file to send notifications on new PRs, issues, and comments #298

Closed amazreech closed 1 month ago

amazreech commented 1 month ago

Description of Changes:

This PR creates a workflow file that gets triggered upon every Pull Request, Issue and Comments in the repository. The workflow file then sends relevant notification on the event.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

A similar PR has been submitted and merged in: https://github.com/aws-actions/amazon-ecs-deploy-task-definition/pull/554

Testing: Tested on a personal repository, was able to successfully get notifications for the specified events. Test Link:* https://github.com/amazreech/simple-ecs-application/blob/main/.github/workflows/SlackNotification.yml

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

amazreech commented 1 month ago

PR merged.