Skip to content

Commit 74189b0

Browse files
authored
Update combine prs default message
1 parent 4f070a4 commit 74189b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/combine-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
combineTitle:
1515
description: 'Title of the combined PR'
1616
required: true
17-
default: 'Combined PRs'
17+
default: '⬆️ Bump dependencies'
1818
combineBranchName:
1919
description: 'Name of the branch to combine PRs into'
2020
required: true
@@ -151,4 +151,4 @@ jobs:
151151
head: '${{ github.event.inputs.combineBranchName }}',
152152
base: baseBranch,
153153
body: body
154-
});
154+
});

0 commit comments

Comments
 (0)