freelo-action/act_events/new_issue_no_assignee.json

13 lines
230 B
JSON
Raw 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"
}
}
}