feat: Convert all app files to JS
This commit is contained in:
6
packages/backend/src/apps/github/triggers/index.js
Normal file
6
packages/backend/src/apps/github/triggers/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import newIssues from './new-issues/index.js';
|
||||
import newPullRequests from './new-pull-requests/index.js';
|
||||
import newStargazers from './new-stargazers/index.js';
|
||||
import newWatchers from './new-watchers/index.js';
|
||||
|
||||
export default [newIssues, newPullRequests, newStargazers, newWatchers];
|
Reference in New Issue
Block a user