feat(gitea): add new issues trigger

This commit is contained in:
Rıdvan Akca
2024-04-30 12:55:18 +02:00
parent fbd62d8635
commit 3e6f22748b
5 changed files with 167 additions and 2 deletions

View File

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