feat(gitea): add new watchers trigger

This commit is contained in:
Rıdvan Akca
2024-04-29 17:25:30 +02:00
parent b8ac73478b
commit fbd62d8635
5 changed files with 65 additions and 11 deletions

View File

@@ -1,3 +1,4 @@
import newStargazers from './new-stargazers/index.js';
import newWatchers from './new-watchers/index.js';
export default [newStargazers];
export default [newStargazers, newWatchers];