freelo-action/act_events/new_issue_no_assignee.json
Matyáš Caras b5ab2d9b0c
feat: finish tasks on issue closing
also sorted some code for better readability
2024-07-30 17:20:00 +02:00

12 lines
No EOL
275 B
JSON

{
"action":"opened",
"issue":{
"body":"Testing issue through Act",
"number":"123",
"title":"GitHub Action Test",
"url":"https://github.com/hernikplays/freelo-action",
"user":{
"login":"hernikplays"
}
}
}