Commit a39fe36
authored
fix: add waiting deployment status state (#52)
* fix: add waiting deployment status state
Adds the `waiting` value to the `DeploymentStatusState` enumeration.
* fix: add waiting check run status state
Adds the `waiting` value to the `CheckRunStatus` enumeration.
* fix: add waiting workflow run status state
Adds the `waiting` value to the `WorkflowRunStatus` enumeration.1 parent 598d086 commit a39fe36
File tree
3 files changed
+6
-0
lines changed- src/Octokit.Webhooks/Models
- CheckRunEvent
- DeploymentStatusEvent
3 files changed
+6
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
0 commit comments