feat(gitea): add new watchers trigger
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user