Skip to content

Commit 959d449

Browse files
add simple author-verification-requested & verified comment
1 parent ba98944 commit 959d449

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.github/commands.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,22 @@
115115
],
116116
"action": "updateLabels",
117117
"addLabel": "a11ymas"
118-
}
118+
},
119+
{
120+
"type": "label",
121+
"name": "author-verification-requested",
122+
"comment": "This bug has been fixed in the latest release!\n\n@${author}, you can help us out by commenting `/verified` if things are now working as expected.\n\nHappy Coding!"
123+
},
124+
{
125+
"type": "comment",
126+
"name": "verified",
127+
"allowUsers": [
128+
"@author"
129+
],
130+
"action": "updateLabels",
131+
"addLabel": "verified",
132+
"removeLabel": "author-verification-requested",
133+
"requireLabel": "author-verification-requested",
134+
"disallowLabel": "unreleased"
135+
}
119136
]

0 commit comments

Comments
 (0)