Skip to content

Commit c5878a8

Browse files
committed
chore(github): hook up capacitor-bot
1 parent c501208 commit c5878a8

File tree

2 files changed

+19
-21
lines changed

2 files changed

+19
-21
lines changed

.github/workflows/capacitor-bot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Capacitor Bot
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
- edited
8+
issue_comment:
9+
types:
10+
- created
11+
12+
jobs:
13+
bot:
14+
name: ${{ github.event_name }}/${{ github.event.action }}
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: ionic-team/capacitor-bot@master
18+
with:
19+
repo-token: ${{ secrets.BOT_TOKEN }}

.github/workflows/remove-needs-reply.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)