Skip to content

Commit e24a544

Browse files
committed
fix: remove debug repo only
1 parent 563378b commit e24a544

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/frontend-updates-runner/src/update-depency-in-repos.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ export async function updateDependencyInRepos({
3232
try {
3333
console.log(`Working on repository: ${repository.full_name}`);
3434

35-
if (!repository.full_name.endsWith("front")) {
36-
console.log(`Skipping repository: ${repository.full_name}`);
37-
continue;
38-
}
39-
4035
const { token, octokitWithAuth } = await getTokenAndOctokitWithAuth({
4136
octokit,
4237
installationId: installation.id,

0 commit comments

Comments
 (0)