@haystackeditor/cli 0.15.9 → 0.15.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,7 +20,7 @@ async function startDeviceFlow() {
20
20
  },
21
21
  body: JSON.stringify({
22
22
  client_id: GITHUB_CLIENT_ID,
23
- scope: 'read:user read:org repo',
23
+ scope: 'read:user read:org repo workflow',
24
24
  }),
25
25
  });
26
26
  if (!response.ok) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haystackeditor/cli",
3
- "version": "0.15.9",
3
+ "version": "0.15.10",
4
4
  "description": "Set up Haystack for your project — automated PR review, triage, and merge queue",
5
5
  "type": "module",
6
6
  "bin": {