feat(gitea): add new stargazers trigger

This commit is contained in:
Rıdvan Akca
2024-04-29 16:53:49 +02:00
parent 99025c6a7c
commit f8018ca384
8 changed files with 123 additions and 1 deletions

View File

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