Skip to content

Commit 05a3350

Browse files
Update summarize_applications.py
1 parent 1a7bc0f commit 05a3350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/summarize_applications.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ def extract_checkboxes(body):
3636
"Nominee Name": extract("Nominee Name", body),
3737
"Nominee Email": extract("Nominee Email", body),
3838
"GitHub Handle": extract("Nominee's GitHub or GitLab Handle", body),
39-
"Submission Summary": (
39+
"Submission Summary": (
4040
f"🏆 Ambassador Contribution Plan:\n{extract('🏆 How Would the Nominee Contribute as an Ambassador?', body)}\n\n"
41-
f"🔗 Additional Information:\n{extract('Any additional details you\\'d like to share?', body)}\n\n"
41+
f"🔗 Additional Information:\n{extract(\"Any additional details you'd like to share?\", body)}\n\n"
4242
f"Contribution Highlights:\n{extract_checkboxes(body)}"
4343
)
4444
}

0 commit comments

Comments
 (0)