Update commands.yml

This commit is contained in:
Christof Marti 2019-11-11 09:23:23 +01:00 committed by GitHub
parent f6df7ed738
commit bd08b319d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,5 +123,12 @@
action: 'updateLabels',
addLabel: 'a11ymas'
},
{
type: 'label',
name: '*needs more info',
action: 'updateLabels',
addLabel: 'needs more info',
removeLabel: '*needs more info'
},
]
}