Skip to content

Commit e7fc6f3

Browse files
authored
ensure kodiak is re-added to apps list after code-freeze action (#56907)
ensures that after the code-freeze action, Kodiak is re-added to the restrictions list [slack x-ref](https://vercel.slack.com/archives/C04DUD7EB1B/p1697491473466249)
1 parent 1ff7f07 commit e7fc6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/code-freeze.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async function getCurrentRules() {
6969
restrictions: {
7070
users: data.restrictions.users?.map((user) => user.login) || [],
7171
teams: data.restrictions.teams?.map((team) => team.slug) || [],
72-
apps: [],
72+
apps: data.restrictions.apps?.map((app) => app.slug) || [],
7373
},
7474
}
7575
}

0 commit comments

Comments
 (0)