Skip to content

Commit e8ebc1b

Browse files
ci: better title in pr-sort.yml
1 parent fd47cc0 commit e8ebc1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-sort.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ jobs:
112112
if [[ "$PR_EXISTS" == "0" ]]; then
113113
# Create a new PR
114114
gh pr create \
115-
--title "Automated updates" \
115+
--title "chore: sort & add contributor" \
116116
--body "Automated workflow update
117117
118118
Changes include:
119119
- Sorted conferences
120-
- Added contributor (if specified)
120+
- Added contributor
121121
122122
Please review and merge these automated updates." \
123123
--base main \

0 commit comments

Comments
 (0)