This repository has been archived on 2023-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
automate/packages/backend/src/apps/github/data/index.ts
2022-11-05 23:57:33 +01:00

5 lines
119 B
TypeScript

import listLabels from './list-labels';
import listRepos from './list-repos';
export default [listLabels, listRepos];