5. Set up Remaining Workflow Actions
Now that you have created the notification settings in GitHub, your workflow should begin receiving notifications when the upstream repository is updated. Build out of this workflow will depend on your platform of choice, what information from the notifications you find useful, and what method you want to receive the notifications. For example, I will be building my workflow to post to a Teams channel for those of us at my company that access Rewst and would need to stay up to date on changes, improvements, features, etc. from the Rewst docs team.
Follow automation best practices! Be sure to utilize all of the lessons learned from Rewst Foundations and Clean Automation series to ensure you've properly handled all errors, etc.
Last updated