Skip to content

Commit

Permalink
chore(ci): hook up workflows for 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed Jul 24, 2020
1 parent 15af432 commit 89f8ae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ tasks:
- name: add-contributors
on:
push:
branches: [master]
branches: [2.x]
config:
base: master
base: 2.x
commit-message: 'chore(readme): add new contributor'
exclude-pattern: '^(?!Ionitron).+?(?<!\\[bot\\])$'
2 changes: 1 addition & 1 deletion .github/workflows/capacitor-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Capacitor Bot

on:
push:
branches: [master]
branches: [2.x]
issues:
types: [opened, edited]
issue_comment:
Expand Down

0 comments on commit 89f8ae8

Please sign in to comment.