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.
2 parents 53e210b + e0185c3 commit 0e5c47bCopy full SHA for 0e5c47b
cfg.sample.toml
@@ -1,3 +1,6 @@
1
+# Priority values above max_priority will be refused.
2
+max_priority = 9001
3
+
4
[github]
5
6
# Information for securely interacting with GitHub. These are found/generated
@@ -10,8 +13,6 @@ access_token = ""
10
13
app_client_id = ""
11
14
app_client_secret = ""
12
15
-# Priority values above max_priority will be refused.
-max_priority = 9001
16
17
[git]
18
setup.py
@@ -10,7 +10,7 @@
packages=['homu'],
install_requires=[
- 'github3.py<1.0',
+ 'github3.py==0.9.6',
'toml',
'Jinja2',
'requests',
0 commit comments