refactor: inline auth, data, triggers and actions in apps
This commit is contained in:
7
packages/backend/src/apps/github/data/index.ts
Normal file
7
packages/backend/src/apps/github/data/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import listLabels from './list-labels';
|
||||
import listRepos from './list-repos';
|
||||
|
||||
export default [
|
||||
listLabels,
|
||||
listRepos,
|
||||
];
|
Reference in New Issue
Block a user