Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit d0a963f

Browse files
authored
Create query_issue.yaml
1 parent 3df8c2e commit d0a963f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/graph_ql/query_issue.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
query:
2+
query($issueId:ID!) {
3+
issue(id:$issueId) {
4+
body
5+
}
6+
}
7+
variables:
8+
issueId:
9+
type: jq
10+
file: ../workflow/event.json
11+
query: '.issue.node_id'

0 commit comments

Comments
 (0)