diff --git a/scripts/code-freeze.js b/scripts/code-freeze.js index aa6bd7b343..1b0faf3a3d 100644 --- a/scripts/code-freeze.js +++ b/scripts/code-freeze.js @@ -69,7 +69,7 @@ async function getCurrentRules() { restrictions: { users: data.restrictions.users?.map((user) => user.login) || [], teams: data.restrictions.teams?.map((team) => team.slug) || [], - apps: [], + apps: data.restrictions.apps?.map((app) => app.slug) || [], }, } }