Skip to content

Commit

Permalink
chore(github): hook up capacitor-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed Jun 12, 2020
1 parent c501208 commit c5878a8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/capacitor-bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Capacitor Bot

on:
issues:
types:
- opened
- edited
issue_comment:
types:
- created

jobs:
bot:
name: ${{ github.event_name }}/${{ github.event.action }}
runs-on: ubuntu-latest
steps:
- uses: ionic-team/capacitor-bot@master
with:
repo-token: ${{ secrets.BOT_TOKEN }}
21 changes: 0 additions & 21 deletions .github/workflows/remove-needs-reply.yml

This file was deleted.

0 comments on commit c5878a8

Please sign in to comment.