Skip to content

Commit 14edcd6

Browse files
committed
ci(scripts): add no-project label to connect-data pr
1 parent f1b822d commit 14edcd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ci/check-connect-data.ts

+2
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ const updateConfigFromJSON = async () => {
179179
'develop',
180180
'--head',
181181
branchName,
182+
'--add-label',
183+
'no-project',
182184
]);
183185
}
184186
} catch (error) {

0 commit comments

Comments
 (0)