Skip to content

Commit a6d20e4

Browse files
committed
add voting section
1 parent a7fe426 commit a6d20e4

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,24 @@ whitelist:
3131
- bob
3232
- carol
3333

34-
# Number of days after last commit before issue can be merged
34+
# Number of days after last action (commit or opening the pull request) before issue can be merged
3535
mergedelay: 3
3636

37-
# Number of days after last commit before issue is autoclosed
37+
# Number of days after last action (commit or opening the pull request) before issue is autoclosed
3838
timeout: 30
3939
```
4040
41+
## Voting
42+
43+
Votes are made by using reactions on the top level comment of the Pull Request.
44+
45+
| Reaction | Vote |
46+
|------------|---------|
47+
| :+1: | Yes |
48+
| :-1: | No |
49+
| :confused: | Abstain |
50+
51+
4152
## Commands
4253
4354
### Authentication

0 commit comments

Comments
 (0)