As the author of these changes, I have checked for any sensitive credentials prior to this review being requested.
As a reviewer of these changes, I have checked for any sensitive credentials prior to approving this merge.
Motivation and Context
In GitFlow, develop is the main integration branch where feature branches are regularly merged.
Developers working on long-lived feature branches can easily fall out of sync with develop.
This notification ensures the team is immediately aware when develop changes — encouraging timely rebases and reducing the likelihood of complex merge conflicts later.
Description
Introduces a GitHub Actions workflow that sends a notification to Microsoft Teams when a push is made to the develop branch. It integrates with a Power Automate flow via a secure HTTP POST request.
GitHub secret DEV_MERGE_TEAMS_URL configured
How Has This Been Tested?
test locally with curl
Screenshots (if appropriate):
Checklist:
The base branch of this PR is set to develop
It contains only changes required by issue (does not contain other PR)
shawnchan
changed the title
feat(ci): add Teams notification on push to develop via Power Automate
feat(ci): add Teams notification on push to develop
Apr 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sensitive Credential Checks
Motivation and Context
Description
How Has This Been Tested?
Screenshots (if appropriate):
Checklist: