Skip to content

Commit 68bb982

Browse files
committed
fix: correct YAML syntax in research bot config
Remove invalid triple quotes that were causing YAML parse errors
1 parent b70dafc commit 68bb982

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.research-bot.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
"""
2-
Configuration for the Research Bot.
3-
If PyYAML is not available in your Actions runner, this file will be ignored
4-
and defaults in the script will be used. The provided workflow installs PyYAML.
5-
"""
1+
# Configuration for the Research Bot.
2+
# If PyYAML is not available in your Actions runner, this file will be ignored
3+
# and defaults in the script will be used. The provided workflow installs PyYAML.
64

75
# Search queries for arXiv (joined with OR across queries)
86
queries:

0 commit comments

Comments
 (0)