Spaces:
Running
Running
chore: update GSSoC year to 2026 across templates and workflows
Browse files
.github/ISSUE_TEMPLATE/bug_report.yml
CHANGED
|
@@ -59,7 +59,7 @@ body:
|
|
| 59 |
- type: checkboxes
|
| 60 |
id: gssoc
|
| 61 |
attributes:
|
| 62 |
-
label: "GSSoC '
|
| 63 |
description: "Are you a GSSoC contributor?"
|
| 64 |
options:
|
| 65 |
- label: "Yes, I am participating in GirlScript Summer of Code and would like to fix this."
|
|
|
|
| 59 |
- type: checkboxes
|
| 60 |
id: gssoc
|
| 61 |
attributes:
|
| 62 |
+
label: "GSSoC '26"
|
| 63 |
description: "Are you a GSSoC contributor?"
|
| 64 |
options:
|
| 65 |
- label: "Yes, I am participating in GirlScript Summer of Code and would like to fix this."
|
.github/ISSUE_TEMPLATE/feature_request.yml
CHANGED
|
@@ -42,7 +42,7 @@ body:
|
|
| 42 |
- type: checkboxes
|
| 43 |
id: gssoc
|
| 44 |
attributes:
|
| 45 |
-
label: "GSSoC '
|
| 46 |
description: "Are you a GSSoC contributor?"
|
| 47 |
options:
|
| 48 |
- label: "Yes, I am participating in GirlScript Summer of Code and would like to build this."
|
|
|
|
| 42 |
- type: checkboxes
|
| 43 |
id: gssoc
|
| 44 |
attributes:
|
| 45 |
+
label: "GSSoC '26"
|
| 46 |
description: "Are you a GSSoC contributor?"
|
| 47 |
options:
|
| 48 |
- label: "Yes, I am participating in GirlScript Summer of Code and would like to build this."
|
.github/workflows/sync-issue-labels.yml
CHANGED
|
@@ -153,7 +153,7 @@ jobs:
|
|
| 153 |
echo "Total Points Calculated: $POINTS"
|
| 154 |
|
| 155 |
if [ "$POINTS" -gt 0 ]; then
|
| 156 |
-
printf -v COMMENT "π **Congratulations on getting your Pull Request merged!** π\n\nThank you for contributing to PDF-Assistant-RAG as part of GSSoC '
|
| 157 |
|
| 158 |
# Post the comment to the PR
|
| 159 |
echo "Posting comment..."
|
|
|
|
| 153 |
echo "Total Points Calculated: $POINTS"
|
| 154 |
|
| 155 |
if [ "$POINTS" -gt 0 ]; then
|
| 156 |
+
printf -v COMMENT "π **Congratulations on getting your Pull Request merged!** π\n\nThank you for contributing to PDF-Assistant-RAG as part of GSSoC '26! π\n\nKeep up the great work! β¨"
|
| 157 |
|
| 158 |
# Post the comment to the PR
|
| 159 |
echo "Posting comment..."
|