freelo-action/act_events/new_issue_w_assignee.json

16 lines
277 B
JSON
Raw Permalink Normal View History

2024-07-30 16:01:19 +02:00
{
2024-07-30 19:19:20 +02:00
"action": "opened",
"issue": {
"body": "Testing issue through Act",
"number": "123",
"title": "GitHub Action Test",
"url": "https://github.com/hernikplays/freelo-action",
"user": {
"login": "hernikplays"
},
"assignee": {
"login": "hernikplays"
}
}
}