mirror of
https://github.com/actions/labeler.git
synced 2025-12-15 22:46:47 +00:00
build
This commit is contained in:
6
node_modules/@octokit/graphql/README.md
generated
vendored
6
node_modules/@octokit/graphql/README.md
generated
vendored
@@ -4,7 +4,6 @@
|
||||
|
||||
[](https://www.npmjs.com/package/@octokit/graphql)
|
||||
[](https://github.com/octokit/graphql.js/actions?query=workflow%3ATest+branch%3Amaster)
|
||||
[](https://greenkeeper.io/)
|
||||
|
||||
<!-- toc -->
|
||||
|
||||
@@ -151,11 +150,10 @@ const { lastIssues } = await graphql(`query lastIssues($owner: String!, $repo: S
|
||||
}
|
||||
}`, {
|
||||
owner: 'octokit',
|
||||
repo: 'graphql.js'
|
||||
repo: 'graphql.js',
|
||||
headers: {
|
||||
authorization: `token secret123`
|
||||
}
|
||||
}
|
||||
})
|
||||
```
|
||||
|
||||
@@ -176,7 +174,7 @@ const { lastIssues } = await graphql({
|
||||
}
|
||||
}`,
|
||||
owner: 'octokit',
|
||||
repo: 'graphql.js'
|
||||
repo: 'graphql.js',
|
||||
headers: {
|
||||
authorization: `token secret123`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user