Skip to content

Conversation

@nev21
Copy link
Contributor

@nev21 nev21 commented Dec 1, 2025

Updated workflow to rebase Dependabot PRs using GitHub CLI.

Copilot AI review requested due to automatic review settings December 1, 2025 02:04
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the Dependabot force rebase workflow from using the peter-evans/rebase@v2 action to a custom implementation using GitHub CLI. Instead of directly rebasing PRs, the new approach posts @dependabot rebase comments on Dependabot PRs to trigger Dependabot's built-in rebase functionality.

Key Changes:

  • Replaced the peter-evans/rebase action with a custom bash script that uses GitHub CLI to comment on Dependabot PRs
  • Reduced permissions from contents: write + pull-requests: write to only pull-requests: write
  • Added checkout step and GitHub CLI installation step

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.17%. Comparing base (aed652d) to head (4166791).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #403      +/-   ##
==========================================
+ Coverage   99.03%   99.17%   +0.13%     
==========================================
  Files          19       19              
  Lines         727      727              
  Branches      183      183              
==========================================
+ Hits          720      721       +1     
+ Misses          7        6       -1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nev21 nev21 merged commit 8a8d1b5 into main Dec 1, 2025
1 check was pending
@nev21 nev21 deleted the nev21/dependabot branch December 1, 2025 07:10
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.

2 participants