From ebf3cfd232c675c781c5ccf049e6831a566e157c Mon Sep 17 00:00:00 2001 From: kenautomus <69226680+kenautomus@users.noreply.github.com> Date: Fri, 9 Feb 2024 15:21:47 +0700 Subject: [PATCH] fix duplicate notification of star event --- config/jsons/github-events.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/jsons/github-events.json b/config/jsons/github-events.json index 3905c8b..3de31ec 100644 --- a/config/jsons/github-events.json +++ b/config/jsons/github-events.json @@ -113,10 +113,10 @@ }, "star": { "created": true, - "deleted": false + "deleted": true }, "watch": { - "started": true + "started": false }, "workflow_job": { "queued": false,