We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb266ff commit f1ec735Copy full SHA for f1ec735
src/generate-project-query.js
@@ -6,7 +6,7 @@
6
* @param {string} project - The project to find
7
*/
8
const projectQuery = (url, eventName, project) =>
9
- `query {
+ `query {
10
resource( url: "${url}" ) {
11
... on ${eventName.startsWith('issue') ? 'Issue' : 'PullRequest'} {
12
projectCards {
0 commit comments