Skip to content

Commit d2b6513

Browse files
committed
chore(github): add push handler for capacitor bot
1 parent 782e57a commit d2b6513

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/capacitor-bot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Capacitor Bot
22

33
on:
4+
push:
5+
branches:
6+
- master
47
issues:
58
types:
69
- opened
@@ -17,3 +20,8 @@ jobs:
1720
- uses: ionic-team/capacitor-bot@master
1821
with:
1922
repo-token: ${{ secrets.BOT_TOKEN }}
23+
env:
24+
GIT_AUTHOR_NAME: Ionitron
25+
GIT_AUTHOR_EMAIL: hi@ionicframework.com
26+
GIT_COMMITTER_NAME: Ionitron
27+
GIT_COMMITTER_EMAIL: hi@ionicframework.com

.github/workflows/needs-reply.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,4 @@ jobs:
1616
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.
1717
1818
Have a great day!
19-
20-
Love,
2119
Ionitron 💙

0 commit comments

Comments
 (0)