Skip to content

Commit

Permalink
chore(bot): update bot fully for 2.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed Jan 12, 2021
1 parent 4beb4e0 commit 1aaf373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
15 changes: 3 additions & 12 deletions .github/bot.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
tasks:
- name: remove-label
on:
issue_comment:
types: [created]
config:
label: 'needs reply'
exclude-labeler: true
- name: add-platform-labels
on:
issues:
types: [opened, edited]
- name: add-contributors
on:
push:
branches: [2.x]
config:
base: 2.x
commit-message: 'chore(readme): add new contributor'
exclude-pattern: '^(?!Ionitron).+?(?<!\\[bot\\])$'
exclude-patterns:
- '^Ionitron$'
- '\[bot\]$'
4 changes: 0 additions & 4 deletions .github/workflows/capacitor-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Capacitor Bot
on:
push:
branches: [2.x]
issues:
types: [opened, edited]
issue_comment:
types: [created]

jobs:
bot:
Expand Down

0 comments on commit 1aaf373

Please sign in to comment.