Conversation
The merge-bot's job bodies now live once in the hub as the reusable merge-bot-task.yml, released at 2.0.338, and this repository is the first to reach it rather than carry a copy. The stub keeps the pull_request_target trigger, the per-PR concurrency group, and grants GITHUB_TOKEN no scope, since every write in the task uses the App token. No rules or delete-branch input is set: this repository runs no tracker and keeps the hub's default behavior.
There was a problem hiding this comment.
Pull request overview
Promotes develop to main, carrying the repo’s adoption of the hub-hosted merge-bot reusable workflow so merge-bot behavior is driven by the shared ptr727/ProjectTemplate implementation rather than a copied local job definition.
Changes:
- Replaces the local merge-bot workflow job bodies with a thin reusable-workflow caller stub.
- Pins the called reusable workflow to hub release
2.0.338(commit20616e0a70613ad8727d567990f5d0e082f5275c), forwarding the two GitHub App secrets. - Sets workflow-level
permissions: {}so the caller provides noGITHUB_TOKENscope (the called workflow relies on the App token).
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Uh oh!
There was an error while loading. Please reload this page.
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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Promote
developtomain, carrying one change:.github/workflows/merge-bot-pull-request.ymlbecomes the fleet caller stub reaching the hub's reusablemerge-bot-task.ymlat hub release2.0.338, replacing the copied job bodies.After this merges,
mainruns the stub too, so a Dependabot PR againstmainis the--mergehalf of the live proof, and the hub tracker (ptr727/ProjectTemplatedocs/reusable-workflows.md"Rollout") ticks PhotoCleaner's stage-1 adoption, sincemainis this repo's ground-truth branch. No issue closes on this promotion.