feat(gitea): add new issues trigger

This commit is contained in:
Rıdvan Akca
2024-04-30 12:55:18 +02:00
committed by Jakub P.
parent edf29fd8bb
commit b330ef33f8
5 changed files with 167 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
import listLabels from './list-labels/index.js';
import listRepos from './list-repos/index.js';
export default [listRepos];
export default [listLabels, listRepos];