Home
last modified time | relevance | path

Searched refs:ENG_TEAM_ID (Results 1 – 3 of 3) sorted by relevance

/expo/tools/src/commands/
H A DCloseLinearIssueFromGithub.ts41 teamId: Linear.ENG_TEAM_ID,
61 await Linear.closeIssueAsync({ issueId: linearIssue.id, teamId: Linear.ENG_TEAM_ID });
H A DImportGithubIssueToLinear.ts75 const expoSDKLabel = await Linear.getOrCreateLabelAsync('Expo SDK', Linear.ENG_TEAM_ID);
78 Linear.ENG_TEAM_ID
101 teamId: Linear.ENG_TEAM_ID,
/expo/tools/src/
H A DLinear.ts13 export const ENG_TEAM_ID = 'e678ab8b-874f-4ee2-bf4b-6c0b60ac2743'; constant
23 teamId: ENG_TEAM_ID,