feat: add new branch trigger in GitHub
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
6bee6bafa8
commit
3551d12e7d
10
packages/backend/src/apps/github/data.ts
Normal file
10
packages/backend/src/apps/github/data.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IJSONObject } from '@automatisch/types';
|
||||
import ListRepos from './data/list-repos';
|
||||
|
||||
export default class Data {
|
||||
listRepos: ListRepos;
|
||||
|
||||
constructor(connectionData: IJSONObject) {
|
||||
this.listRepos = new ListRepos(connectionData);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user