Skip to content

Commit f6a1e56

Browse files
committed
new definitions for POSITIVE, NEGATIVE and NEUTRAL Reactions, used by gh_reactions.py
1 parent d3ca1e7 commit f6a1e56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/gitxray/include/gx_definitions.py

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
# This is ocd related, I needed my separators to match.
1111
SCREEN_SEPARATOR_LENGTH = 100
1212

13+
REACTIONS_POSITIVE = ['+1', 'heart']
14+
REACTIONS_NEGATIVE = ['-1']
15+
REACTIONS_NEUTRAL = ['laugh', 'hooray', 'confused', 'rocket', 'eyes']
16+
1317
OPENPGP_SIG_TYPES = {
1418
0x00: "Signature of a binary document",
1519
0x01: "Signature of a canonical text document",

0 commit comments

Comments
 (0)