Update delete_backport_branch workflow to use github-script with proper permissions#1549
Open
RileyJergerAmazon wants to merge 1 commit intoopensearch-project:mainfrom
Conversation
cecab53 to
721c569
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1549 +/- ##
============================================
+ Coverage 80.93% 81.03% +0.10%
- Complexity 6417 6435 +18
============================================
Files 554 554
Lines 26447 26447
Branches 2716 2716
============================================
+ Hits 21405 21432 +27
+ Misses 3658 3639 -19
+ Partials 1384 1376 -8
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
…er permissions Signed-off-by: Riley Jerger <rjerger@amazon.com>
721c569 to
d31c95b
Compare
dbwiddis
approved these changes
Feb 15, 2026
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.
This PR updates the delete_backport_branch workflow to use the actions/github-script@v7 action with proper permissions instead of the SvanBoxel/delete-merged-branch@main action. This is a more modern approach that provides better security and control over the branch deletion process.