Skip to content

Commit fe993b4

Browse files
authored
Publish
1 parent 2280cbf commit fe993b4

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/easierbot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)