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 1a7bc0f commit 05a3350Copy full SHA for 05a3350
.github/scripts/summarize_applications.py
@@ -36,9 +36,9 @@ def extract_checkboxes(body):
36
"Nominee Name": extract("Nominee Name", body),
37
"Nominee Email": extract("Nominee Email", body),
38
"GitHub Handle": extract("Nominee's GitHub or GitLab Handle", body),
39
- "Submission Summary": (
+ "Submission Summary": (
40
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"
+ f"🔗 Additional Information:\n{extract(\"Any additional details you'd like to share?\", body)}\n\n"
42
f"✅ Contribution Highlights:\n{extract_checkboxes(body)}"
43
)
44
}
0 commit comments