Skip to content

Commit

Permalink
ci(scripts): add no-project label to connect-data pr
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed Jan 24, 2025
1 parent 3c2c6e3 commit dba2b51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ci/check-connect-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ const updateConfigFromJSON = async () => {
'develop',
'--head',
branchName,
'--add-label',
'no-project',
]);
}
} catch (error) {
Expand Down

0 comments on commit dba2b51

Please sign in to comment.