Skip to content

Commit

Permalink
Minor cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Nov 21, 2023
1 parent 00b6b1f commit 0bdafae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/group-pull-requests.js
Expand Up @@ -39,8 +39,7 @@ const groupPullRequests = (pullRequests) => {

for (const [key, value] of Object.entries(dependabotPRs)) {
const item = value.pr
const joined = `Bump ${key} from ${value.from} to ${value.to}`
item.title = joined
item.title = `Bump ${key} from ${value.from} to ${value.to}`
item.number = value.number
result.push(item)
}
Expand Down

0 comments on commit 0bdafae

Please sign in to comment.