File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ This is seems to be returned not matter what you send to the API.
73
73
74
74
## subscribe
75
75
76
- This is what the client will do when you visit a github page. It looks to be asking github
76
+ This is what the client will send when you visit a github page. It looks to be asking github
77
77
78
78
> please give me events for ` <sessionId> `
79
79
@@ -87,7 +87,7 @@ This is what the client will do when you visit a github page. It looks to be ask
87
87
88
88
## unsubscribe
89
89
90
- This is what the client will do when you navigating to a new page on github. It looks to be tell github saying
90
+ This is what the client will send when you navigating to a new page on github. It looks to be tell github saying
91
91
92
92
> please unsubscribe me for all previous ` <sessionId> ` event subscriptions
93
93
@@ -99,7 +99,7 @@ This is what the client will do when you navigating to a new page on github. It
99
99
100
100
## notification-changed
101
101
102
- This is called whenever the indicator needs to update. Anything that will leave items in your notifications inbox will trigger this.
102
+ This is emitted whenever the indicator needs to update. Anything that will leave items in your notifications inbox will trigger this.
103
103
104
104
``` json
105
105
{
@@ -112,7 +112,7 @@ This is called whenever the indicator needs to update. Anything that will leave
112
112
113
113
## workflow_run
114
114
115
- This is called whenever a workflow run starts.
115
+ This is emitted whenever a workflow run starts.
116
116
117
117
``` json
118
118
{
@@ -129,7 +129,7 @@ This is called whenever a workflow run starts.
129
129
130
130
## check_suites
131
131
132
- This is called whenever a workflow job updates and has two states in the ` reason ` field. It can either be ` in_progress ` or ` completed ` .
132
+ This is emitted whenever a workflow job updates and has two states in the ` reason ` field. It can either be ` in_progress ` or ` completed ` .
133
133
134
134
``` json
135
135
{
You can’t perform that action at this time.
0 commit comments