Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kirrg001 committed Jan 15, 2025
1 parent 929fa37 commit 319f875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cleanup-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
threshold_date=$(date +%s -d '60 days ago')
# NOTE: "--merged origin/main" ensures that we only filter branches
# that have been merged into main.
git branch -r --merged origin/main | grep -E 'origin/(chore-|docs-|fix-|feat-|test-|refactor-)' | while read -r branch; do
branch_name=$(echo $branch | sed 's|origin/||')
Expand Down

0 comments on commit 319f875

Please sign in to comment.