1 parent 2280cbf commit fe993b4Copy full SHA for fe993b4
1 file changed
.github/workflows/easierbot.yml
@@ -0,0 +1,18 @@
1
+name: EasierBot Assistant
2
+
3
+on:
4
+ schedule:
5
+ - cron: '*/15 * * * *'
6
+ issues:
7
+ types: [opened, edited]
8
+ pull_request:
9
+ types: [opened, synchronize, reopened]
10
+ workflow_dispatch:
11
12
+jobs:
13
+ run-bot:
14
+ uses: LegedsDaD/EasierBot/.github/workflows/bot-engine.yml@main
15
16
+ secrets:
17
+ APP_ID: ""
18
+ APP_PRIVATE_KEY: ""
0 commit comments