mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-21 20:49:06 +08:00

* Add github package * Docs * Feedback * Accidentally added extra * Allow octokit to be extended * Respond to feedback * Feedback
15 lines
182 B
JSON
15 lines
182 B
JSON
{
|
|
"action": "opened",
|
|
"repository": {
|
|
"owner": {
|
|
"login": "user"
|
|
},
|
|
"name": "test"
|
|
},
|
|
"issue": {
|
|
"number": 1
|
|
},
|
|
"sender": {
|
|
"type": "User"
|
|
}
|
|
} |