Skip to content

Commit

Permalink
Merge pull request #40 from avaelo/delete-event
Browse files Browse the repository at this point in the history
add config for sent delete event
  • Loading branch information
tanhongit authored Feb 8, 2024
2 parents 28b9d5b + 1bfef85 commit 04238f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function tgn_singularity(string $word): string|null
'/([^f])ves$/i' => '$1fe',
'/(^analy)ses$/i' => '$1sis',
'/((a)naly|(b)a|(d)iagno|(p)arenthe|(p)rogno|(s)ynop|(t)he)ses$/i' => '$1$2sis',
'/([ti])a$/i' => '$1um',
'/(n)ews$/i' => '$1ews',
'/(.)s$/i' => '$1',
];
Expand Down
3 changes: 3 additions & 0 deletions config/jsons/github-events.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,8 @@
"requested": false,
"in_progress": true,
"completed": true
},
"meta": {
"deleted": true
}
}

0 comments on commit 04238f1

Please sign in to comment.