Update commands.yml
parent
eccf417b72
commit
95b521d389
|
@ -118,10 +118,10 @@
|
|||
},
|
||||
{
|
||||
type: 'label',
|
||||
name: '*needs more info',
|
||||
name: '~needs more info',
|
||||
action: 'updateLabels',
|
||||
addLabel: 'needs more info',
|
||||
removeLabel: '*needs more info',
|
||||
removeLabel: '~needs more info',
|
||||
comment: "Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines. Please take the time to review these and update the issue.\n\nHappy Coding!"
|
||||
},
|
||||
{
|
||||
|
@ -131,12 +131,5 @@
|
|||
action: 'updateLabels',
|
||||
addLabel: 'a11ymas'
|
||||
},
|
||||
{
|
||||
type: 'label',
|
||||
name: '*needs more info',
|
||||
action: 'updateLabels',
|
||||
addLabel: 'needs more info',
|
||||
removeLabel: '*needs more info'
|
||||
},
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue