Skip to content

Commit 28131c2

Browse files
committed
Remove the newline character from new member PR descriptions
This sidesteps the issue of having `\n` rendered on the description by making them separate sentences.
1 parent 3311b0e commit 28131c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add_member.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: |
102102
gh pr create \
103103
--title "Add ${USERNAME} to django-commons" \
104-
--body "Fix #${ISSUE_NUMBER}\n[New Member Playbook](https://github.com/django-commons/controls?tab=readme-ov-file#new-member-playbook)" \
104+
--body "Fix #${ISSUE_NUMBER}. See next steps in [New Member Playbook](https://github.com/django-commons/controls?tab=readme-ov-file#new-member-playbook)" \
105105
--base main \
106106
--head ${BRANCH_NAME} \
107107
--label "New member"

0 commit comments

Comments
 (0)