Skip to content

Commit c110a7c

Browse files
committed
Add confirm command
1 parent 872ecf2 commit c110a7c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/commands.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,11 @@
3838
action: 'close',
3939
comment: "This issue has been closed because it is already tracked by another issue. See also our [GitHub issues](https://aka.ms/vscodeissuesearch) to search for existing issues and our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!"
4040
},
41+
{
42+
type: 'comment',
43+
name: 'confirm',
44+
action: 'updateLabels',
45+
addLabel: 'confirmed'
46+
},
4147
]
4248
}

0 commit comments

Comments
 (0)