We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a152a5c commit 5e3a8caCopy full SHA for 5e3a8ca
1 file changed
.github/commands.yml
@@ -62,14 +62,16 @@
62
name: 'confirm',
63
allowUsers: ['cleidigh', 'usernamehw'],
64
action: 'updateLabels',
65
- addLabel: 'confirmed'
+ addLabel: 'confirmed',
66
+ removeLabel: 'unconfirmed'
67
},
68
{
69
type: 'comment',
70
name: 'unconfirm',
71
72
- addLabel: 'unconfirmed'
73
+ addLabel: 'unconfirmed',
74
+ removeLabel: 'confirmed'
75
76
77
0 commit comments