Tweaked the Linear scopes
This commit is contained in:
@@ -65,6 +65,11 @@ export const linear: Integration = {
|
||||
pkce: false,
|
||||
},
|
||||
scopes: [
|
||||
{
|
||||
name: "read",
|
||||
description: "Read access for the user's account. This scope must always be present.",
|
||||
defaultChecked: true,
|
||||
},
|
||||
{
|
||||
name: "write",
|
||||
description:
|
||||
@@ -73,7 +78,7 @@ export const linear: Integration = {
|
||||
},
|
||||
|
||||
{
|
||||
name: "issue:create",
|
||||
name: "issues:create",
|
||||
description: "Grants access to create issues and attachments only.",
|
||||
annotations: [{ label: "Issues" }],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user