Skip to content

Commit 763b647

Browse files
committed
Disable new release and the insiders labelling (fixes microsoft#34432)
1 parent 4fc59ab commit 763b647

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/insiders.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
insidersLabel: 'insiders',
3-
perform: true
3+
perform: false
44
}

.github/new_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
newReleaseLabel: 'new release',
33
newReleases: ['1.16'],
4-
perform: true
4+
perform: false
55
}

0 commit comments

Comments
 (0)