Skip to content

Commit

Permalink
chore(github): add push handler for capacitor bot
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed Jun 12, 2020
1 parent 782e57a commit d2b6513
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/capacitor-bot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Capacitor Bot

on:
push:
branches:
- master
issues:
types:
- opened
Expand All @@ -17,3 +20,8 @@ jobs:
- uses: ionic-team/capacitor-bot@master
with:
repo-token: ${{ secrets.BOT_TOKEN }}
env:
GIT_AUTHOR_NAME: Ionitron
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: Ionitron
GIT_COMMITTER_EMAIL: [email protected]
2 changes: 0 additions & 2 deletions .github/workflows/needs-reply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ jobs:
It looks like this issue didn't get the information it needed, so I'll close it for now. If I made a mistake, sorry! I am just a bot.
Have a great day!
Love,
Ionitron 💙

0 comments on commit d2b6513

Please sign in to comment.