You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@ Github hooks to provide an encouraging atmosphere for new contributors
6
6
Install
7
7
=======
8
8
9
-
To install `highfive` you just need to execute the `setup.py` script or use `pip` directly. Both commands have to be executed from the directory where the `setup.py` script is located.
9
+
To install `highfive` you just need to execute the `setup.py` script or use
10
+
`pip` directly. Both commands have to be executed from the directory where the
11
+
`setup.py` script is located.
10
12
11
13
$ python setup.py install
12
14
@@ -62,8 +64,8 @@ present, the [Rust contributing.md][rustcontrib] will be linked instead.
62
64
63
65
If PRs should be filed against a branch other than `master`, specify the
64
66
correct destination in the `expected_branch` field. If `expected_branch` is
65
-
left out, highfive will assume that PRs should be filed against `master` and
66
-
post a warning if they're against some other branch.
67
+
left out, highfive will assume that PRs should be filed against `master`.
68
+
The bot posts a warning on any PR that targets an unexpected branch.
0 commit comments