Skip to content

Commit

Permalink
ci(scripts): fix add label argument for create pr
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed Feb 10, 2025
1 parent d8d6d7a commit 447b22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/check-connect-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const updateConfigFromJSON = async () => {
'develop',
'--head',
branchName,
'--add-label',
'--label',
'no-project',
]);
}
Expand Down

0 comments on commit 447b22d

Please sign in to comment.