-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.env
More file actions
29 lines (23 loc) · 970 Bytes
/
sample.env
File metadata and controls
29 lines (23 loc) · 970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# GitHub - add your account token and the repo you want to poll from
GITHUB_ACCOUNT_TOKEN=
GITHUB_REPO_NAME = 'Codelab-Davis/codelab-ui-components'
# Set this to True if you only want issues that align with your interests
# Set this to False if you just want to nab the very first issue quickly
USE_LLM_TO_DETERMINE_FIT=
# Determines how much the issue has to align with your interests
# You'll be assigned to the first issue that meets this threshold
# Higher thresholds = More likely aligns with your interests
# Threshold is between 0 and 1
SIMILARITY_THRESHOLD=
# How many seconds between polls
# Unauthenticated requests can poll 60x per hour
# Authenticated requests can poll 5000x per hour
SECONDS_PER_POLL=
# What kind of issues do you want to query
# Describe what you are interested in
# Be as specific as possible
ISSUE_QUERY=
# The comment to post
COMMENT_TO_POST=
# The issue numbers on GitHub that aren't legit
GITHUB_NON_LEGIT_ISSUE_NUMBERS = '1,2'