CDCgov / RecordLinker

Apache License 2.0
1 stars 0 forks source link

GitHub action to notify Slack of PR events #25

Open ericbuckley opened 4 days ago

ericbuckley commented 4 days ago

Summary

Create a GitHub action workflow that will notify a Slack channel on PR events.

Acceptance Criteria

Details / Tasks

Whenever a PR is marked as "ready_for_review" or "closed" (but only when also merged, not when the PR is just canceled), send a notification to the #proj-cdc-idwa-dedupe-engineering channel with information of the event. The intent here is to notify the team when a PR is ready for review and/or when it is merged into the main branch.

Be sure not to store any secrets directly in the workflow file