Create batch dependabot reverse mirror PRs#5883
Open
ProjectsByJackHe wants to merge 2 commits intomainfrom
Open
Create batch dependabot reverse mirror PRs#5883ProjectsByJackHe wants to merge 2 commits intomainfrom
ProjectsByJackHe wants to merge 2 commits intomainfrom
Conversation
guhetier
reviewed
Mar 20, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5883 +/- ##
==========================================
- Coverage 86.23% 85.69% -0.54%
==========================================
Files 60 60
Lines 18732 18732
==========================================
- Hits 16153 16053 -100
- Misses 2579 2679 +100 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
I strongly suggest separation of concerns: let's let the existing script mirror one PR without any policy or query logic, and then have another PR to implement the general mirroring policy of querying, filtering, and then invoking a mirror action per PR. One script to find them, one script to bring them all [and in the darkness bind them]. |
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 free
to 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.
Description
Fixes #5536
It's a bit too tedious to re-run this script for-each dependabot PR.
On a weekly cadence, somebody is going to have to run it.
Testing
(not going to fake a dependabot pr for now)
Documentation
N/A