Skip to content

Commit 0e5c47b

Browse files
authored
Merge pull request #6 from rust-ops/cherry-pick-servo-homu-prs
Cherry-pick PRs from servo/homu.
2 parents 53e210b + e0185c3 commit 0e5c47b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

cfg.sample.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Priority values above max_priority will be refused.
2+
max_priority = 9001
3+
14
[github]
25

36
# Information for securely interacting with GitHub. These are found/generated
@@ -10,8 +13,6 @@ access_token = ""
1013
app_client_id = ""
1114
app_client_secret = ""
1215

13-
# Priority values above max_priority will be refused.
14-
max_priority = 9001
1516

1617
[git]
1718

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
packages=['homu'],
1212
install_requires=[
13-
'github3.py<1.0',
13+
'github3.py==0.9.6',
1414
'toml',
1515
'Jinja2',
1616
'requests',

0 commit comments

Comments
 (0)