Skip to content

Commit

Permalink
sort paths in pr body
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvarts committed Oct 29, 2024
1 parent 75b6101 commit 1e7e760
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/pkg/githubapi/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -1218,6 +1218,8 @@ func filterSkipPaths(targetPaths []string, promotionSkipPaths map[string]bool) [
}
}

sort.Strings(paths)

return paths
}

Expand Down

0 comments on commit 1e7e760

Please sign in to comment.