File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ before the merge" came from bors. However, there are also some differences:
43
43
44
44
1 . Stateful: Unlike bors, which intends to be stateless, Homu is stateful. It
45
45
means that Homu does not need to retrieve all the information again and again
46
- from GitHub at every run. This is essential because of the GitHub's rate
46
+ from GitHub at every run. This is essential because of GitHub's rate
47
47
limiting. Once it downloads the initial state, the following changes are
48
48
delivered with the [ Webhooks] API.
49
49
2 . Pushing over polling: Homu prefers pushing wherever possible. The pull
@@ -87,7 +87,7 @@ the name of the repository you are configuring homu for.
87
87
existing account. In the [ account settings] [ settings ] , go to "OAuth
88
88
applications" and create a new application:
89
89
- Make note of the "Client ID" and "Client Secret"; you will need to put them in
90
- your ` cgf .toml` .
90
+ your ` cfg .toml` .
91
91
- The OAuth Callback URL should be ` http://HOST:PORT/callback ` .
92
92
- The homepage URL isn't necessary; you could set ` http://HOST:PORT/ ` .
93
93
You can’t perform that action at this time.
0 commit comments