Skip to content

Create batch dependabot reverse mirror PRs#5883

Open
ProjectsByJackHe wants to merge 2 commits intomainfrom
jackhe/modify-reverse-mirror-script
Open

Create batch dependabot reverse mirror PRs#5883
ProjectsByJackHe wants to merge 2 commits intomainfrom
jackhe/modify-reverse-mirror-script

Conversation

@ProjectsByJackHe
Copy link
Contributor

@ProjectsByJackHe ProjectsByJackHe commented Mar 20, 2026

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

image

(not going to fake a dependabot pr for now)

Documentation

N/A

@ProjectsByJackHe ProjectsByJackHe requested a review from a team as a code owner March 20, 2026 22:02
@ProjectsByJackHe ProjectsByJackHe changed the title update so you can list out all the PRs Create batch dependabot reverse mirror PRs Mar 20, 2026
@codecov
Copy link

codecov bot commented Mar 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.69%. Comparing base (0071278) to head (10ee45e).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mtfriesen
Copy link
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].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Internal mirror raises duplicate dependabot PRs

3 participants