Skip to content

Commit

Permalink
fix: add missing actions, see #4
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Dec 11, 2018
1 parent df24bbb commit cfc0cbb
Showing 1 changed file with 65 additions and 15 deletions.
80 changes: 65 additions & 15 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,10 @@
},
{
"name": "installation",
"actions": [],
"actions": [
"created",
"deleted"
],
"examples": [
{
"action": "deleted",
Expand Down Expand Up @@ -1644,7 +1647,10 @@
},
{
"name": "installation_repositories",
"actions": [],
"actions": [
"added",
"removed"
],
"examples": [
{
"action": "removed",
Expand Down Expand Up @@ -1725,7 +1731,11 @@
},
{
"name": "issue_comment",
"actions": [],
"actions": [
"created",
"edited",
"deleted"
],
"examples": [
{
"action": "created",
Expand Down Expand Up @@ -2120,7 +2130,11 @@
},
{
"name": "label",
"actions": [],
"actions": [
"created",
"edited",
"deleted"
],
"examples": [
{
"action": "deleted",
Expand Down Expand Up @@ -2460,7 +2474,10 @@
},
{
"name": "membership",
"actions": [],
"actions": [
"added",
"removed"
],
"examples": [
{
"action": "removed",
Expand Down Expand Up @@ -2993,7 +3010,13 @@
},
{
"name": "project_card",
"actions": [],
"actions": [
"created",
"edited",
"converted",
"moved",
"deleted"
],
"examples": [
{
"action": "created",
Expand Down Expand Up @@ -3146,7 +3169,12 @@
},
{
"name": "project_column",
"actions": [],
"actions": [
"created",
"edited",
"moved",
"deleted"
],
"examples": [
{
"action": "created",
Expand Down Expand Up @@ -3278,7 +3306,13 @@
},
{
"name": "project",
"actions": [],
"actions": [
"created",
"edited",
"closed",
"reopened",
"deleted"
],
"examples": [
{
"action": "created",
Expand Down Expand Up @@ -3556,10 +3590,16 @@
{
"name": "pull_request",
"actions": [
"merged",
"false",
"merged",
"true"
"assigned",
"unassigned",
"review_requested",
"review_request_removed",
"labeled",
"unlabeled",
"opened",
"edited",
"closed",
"reopened"
],
"examples": [
{
Expand Down Expand Up @@ -4008,7 +4048,11 @@
},
{
"name": "pull_request_review",
"actions": [],
"actions": [
"submitted",
"edited",
"dismissed"
],
"examples": [
{
"action": "submitted",
Expand Down Expand Up @@ -4482,7 +4526,11 @@
},
{
"name": "pull_request_review_comment",
"actions": [],
"actions": [
"created",
"edited",
"deleted"
],
"examples": [
{
"action": "created",
Expand Down Expand Up @@ -5105,7 +5153,9 @@
},
{
"name": "release",
"actions": [],
"actions": [
"published"
],
"examples": [
{
"action": "published",
Expand Down

0 comments on commit cfc0cbb

Please sign in to comment.