We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd47cc0 commit e8ebc1bCopy full SHA for e8ebc1b
.github/workflows/pr-sort.yml
@@ -112,12 +112,12 @@ jobs:
112
if [[ "$PR_EXISTS" == "0" ]]; then
113
# Create a new PR
114
gh pr create \
115
- --title "Automated updates" \
+ --title "chore: sort & add contributor" \
116
--body "Automated workflow update
117
118
Changes include:
119
- Sorted conferences
120
- - Added contributor (if specified)
+ - Added contributor
121
122
Please review and merge these automated updates." \
123
--base main \
0 commit comments