Tweaked the Linear scopes

This commit is contained in:
Matt Aitken
2023-09-22 09:51:24 -07:00
parent 1a4952720f
commit 886d6fda36
@@ -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" }],
},