Skip to content

Commit

Permalink
Merge pull request #41 from kenautomus/star
Browse files Browse the repository at this point in the history
fix duplicate notification of star event
  • Loading branch information
tanhongit authored Feb 9, 2024
2 parents c461597 + ebf3cfd commit cab7503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/jsons/github-events.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@
},
"star": {
"created": true,
"deleted": false
"deleted": true
},
"watch": {
"started": true
"started": false
},
"workflow_job": {
"queued": false,
Expand Down

0 comments on commit cab7503

Please sign in to comment.