Conversation
|
👋 Hi there! It looks like this PR is targeting the If this is a bug fix that requires a patch release __ (e.g., a critical bug that needs to be fixed before the next release), please leave the base branch as You can change this by:
Thanks for your contribution! 🚀 |
There was a problem hiding this comment.
Pull Request Overview
This PR removes automated pull request creation for branch sync and release, replacing it with manual instructions to comply with organizational policies.
- Removed the automated PR creation logic in the branch sync workflow and replaced it with manual sync instructions.
- Replaced the automated release PR creation in the release workflow with tagging and manual PR creation instructions.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .github/workflows/sync-next-branch.yml | Replaces automated sync PR creation with manual instructions. |
| .github/workflows/release.yml | Removes automated PR creation for releases and updates release steps. |
| GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| echo "action-needed=true" >> $GITHUB_OUTPUT | ||
| echo "🔄 Next branch needs syncing (${BEHIND_COUNT} commits behind main)" | ||
| echo "� Manual PR creation required due to organization policies" |
There was a problem hiding this comment.
The '�' character appears to be a mis-encoded or unintended symbol. Replace it with a proper emoji or text to improve clarity.
| echo "� Manual PR creation required due to organization policies" | |
| echo "⚠️ Manual PR creation required due to organization policies" |
| echo "5. 🔀 Merge the pull request into main: ${PR_URL}" | ||
| echo "6. Post message in #gh-mcp-releases channel in Slack and then share to the other mcp channels" | ||
| echo "5. � Create a Pull Request from 'next' to 'main' branch with title 'Release $TAG'" | ||
| echo "6. �🔀 Merge the pull request into main" |
There was a problem hiding this comment.
The '�' symbol in the instructions seems to be an encoding error. Consider replacing it with a clear and appropriate symbol or text.
| echo "6. �🔀 Merge the pull request into main" | |
| echo "5. 🔄 Create a Pull Request from 'next' to 'main' branch with title 'Release $TAG'" | |
| echo "6. 🔀 Merge the pull request into main" |
Closes: