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.
1 parent a7fe426 commit a6d20e4Copy full SHA for a6d20e4
README.md
@@ -31,13 +31,24 @@ whitelist:
31
- bob
32
- carol
33
34
-# Number of days after last commit before issue can be merged
+# Number of days after last action (commit or opening the pull request) before issue can be merged
35
mergedelay: 3
36
37
-# Number of days after last commit before issue is autoclosed
+# Number of days after last action (commit or opening the pull request) before issue is autoclosed
38
timeout: 30
39
```
40
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
52
## Commands
53
54
### Authentication
0 commit comments