Add '/needsConfirmation'

This commit is contained in:
Christof Marti 2018-12-06 15:30:55 +01:00 committed by GitHub
parent 0bc965752d
commit 44f53f3694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,6 +64,13 @@
action: 'updateLabels',
addLabel: 'confirmed'
},
{
type: 'comment',
name: 'needsConfirmation',
allowUsers: ['cleidigh', 'usernamehw'],
action: 'updateLabels',
addLabel: 'needs-confirmation'
},
{
type: 'comment',
name: 'findDuplicates',