Kernel
class Kernel
Methods
No description
push.
No description
"assigned", "unassigned", "labeled", "unlabeled", "opened", "edited", "closed" or "reopened" "milestoned", "demilestoned".
"created", "edited", or "deleted".
Action.
Do Nothing.
Do Nothing.
Do nothing.
Create "repository", "branch", or "tag".
Delete tag or branch.
action added
deleted
edited
removed
.
No description
Any time a GitHub App is installed or uninstalled.
Any time a repository is added or removed from an installation.
Action.
Action.
No description
No description
No description
Details
at line 12
void
ping(string $content)
at line 24
void
push(string $json_content)
push.
- 首次推送到新分支,head_commit 为空
at line 29
status(string $content)
at line 42
void
issues(string $json_content)
"assigned", "unassigned", "labeled", "unlabeled", "opened", "edited", "closed" or "reopened" "milestoned", "demilestoned".
at line 52
void
issue_comment(string $json_content)
"created", "edited", or "deleted".
at line 67
array|void
pull_request(string $json_content)
Action.
"assigned", "unassigned", "review_requested", "review_request_removed", "labeled", "unlabeled", "opened", "synchronize", "edited", "closed", or "reopened"
at line 75
watch()
Do Nothing.
at line 83
fork()
Do Nothing.
at line 91
release()
Do nothing.
at line 103
int
create(string $content)
Create "repository", "branch", or "tag".
at line 113
void
delete(string $json_content)
Delete tag or branch.
at line 123
void
member(string $content)
action added
deleted
edited
removed
.
at line 127
void
team_add(string $content)
at line 152
void
installation(string $json_content)
Any time a GitHub App is installed or uninstalled.
action:
created 用户点击安装按钮
deleted 用户卸载了 GitHub Apps
at line 168
void
installation_repositories(string $json_content)
Any time a repository is added or removed from an installation.
action:
added 用户增加仓库
removed 移除仓库
at line 176
void
integration_installation()
deprecated
deprecated
at line 183
void
integration_installation_repositories()
deprecated
deprecated
at line 200
void
check_suite(string $json_content)
Action.
completed
requested 用户推送分支,github post webhooks
rerequested 用户点击了重新运行按钮
at line 214
void
check_run(string $json_content)
Action.
created updated rerequested