Skip to content

Commit

Permalink
fix duplicate notification of star event
Browse files Browse the repository at this point in the history
  • Loading branch information
kenautomus authored Feb 9, 2024
1 parent c461597 commit ebf3cfd
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 ebf3cfd

Please sign in to comment.