-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.gen.ts
37 lines (33 loc) · 1.3 KB
/
manifest.gen.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// DO NOT EDIT. This file is generated by deco.
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.
import * as $$$$$$$$$0 from "./actions/interaction.ts";
import * as $$$$$$$$$1 from "./actions/notify/reviewer.ts";
import * as $$$$$$$$$2 from "./actions/summary/send.ts";
import * as $$$$$$$$$3 from "./actions/updateCommands.ts";
import * as $$$$$$$$$4 from "./actions/webhook.ts";
import * as $$$0 from "./loaders/projects.ts";
import * as $$$1 from "./loaders/status.ts";
import * as $$$2 from "./loaders/user.ts";
import * as $$$$$$$$$$0 from "./workflows/waitForReviewer.ts";
const manifest = {
"loaders": {
"github-bot/loaders/projects.ts": $$$0,
"github-bot/loaders/status.ts": $$$1,
"github-bot/loaders/user.ts": $$$2,
},
"actions": {
"github-bot/actions/interaction.ts": $$$$$$$$$0,
"github-bot/actions/notify/reviewer.ts": $$$$$$$$$1,
"github-bot/actions/summary/send.ts": $$$$$$$$$2,
"github-bot/actions/updateCommands.ts": $$$$$$$$$3,
"github-bot/actions/webhook.ts": $$$$$$$$$4,
},
"workflows": {
"github-bot/workflows/waitForReviewer.ts": $$$$$$$$$$0,
},
"name": "github-bot",
"baseUrl": import.meta.url,
};
export type Manifest = typeof manifest;
export default manifest;