Skip to content

Commit

Permalink
fix: actions for member & commit_comment events
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Dec 11, 2018
1 parent b7151bf commit e97c036
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,9 @@
},
{
"name": "commit_comment",
"actions": [],
"actions": [
"created"
],
"examples": [
{
"action": "created",
Expand Down Expand Up @@ -2327,7 +2329,11 @@
},
{
"name": "member",
"actions": [],
"actions": [
"added",
"deleted",
"edited"
],
"examples": [
{
"action": "edited",
Expand Down

0 comments on commit e97c036

Please sign in to comment.