Skip to content

Commit 886d6fd

Browse files
committed
Tweaked the Linear scopes
1 parent 1a49527 commit 886d6fd

File tree

1 file changed

+6
-1
lines changed
  • apps/webapp/app/services/externalApis/integrations

1 file changed

+6
-1
lines changed

apps/webapp/app/services/externalApis/integrations/linear.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ export const linear: Integration = {
6565
pkce: false,
6666
},
6767
scopes: [
68+
{
69+
name: "read",
70+
description: "Read access for the user's account. This scope must always be present.",
71+
defaultChecked: true,
72+
},
6873
{
6974
name: "write",
7075
description:
@@ -73,7 +78,7 @@ export const linear: Integration = {
7378
},
7479

7580
{
76-
name: "issue:create",
81+
name: "issues:create",
7782
description: "Grants access to create issues and attachments only.",
7883
annotations: [{ label: "Issues" }],
7984
},

0 commit comments

Comments
 (0)