Skip to content

Commit

Permalink
replace deprecated .event prop with .name
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed May 1, 2020
1 parent 1576ec5 commit a460f57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/events/issueFirstTemplateBodyEvent.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"event": "issues",
"name": "issues",
"payload": {
"action": "opened",
"issue": {
Expand Down
2 changes: 1 addition & 1 deletion test/events/issueSecondTemplateBodyEvent.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"event": "issues",
"name": "issues",
"payload": {
"action": "opened",
"issue": {
Expand Down
2 changes: 1 addition & 1 deletion test/events/issueTemplateBodyEvent.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"event": "issues",
"name": "issues",
"payload": {
"action": "opened",
"issue": {
Expand Down

0 comments on commit a460f57

Please sign in to comment.