Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcui committed Mar 18, 2024
1 parent bae4244 commit 6c10041
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions osgraph/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,18 @@
["github_user", "pr"]
]
},
{
"label": "review_pr",
"type": "EDGE",
"detach_property": true,
"properties": [{
"name": "created_at",
"type": "INT32"
}],
"constraints": [
["github_user", "pr"]
]
},
{
"label": "open_issue",
"type": "EDGE",
Expand Down

0 comments on commit 6c10041

Please sign in to comment.