Skip to content

Commit

Permalink
chore: Move needs reproduction bot comment to ionic bot (#6700)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jun 30, 2023
1 parent 4321f54 commit c5d966a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/bot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
tasks:
- name: add-comment
on:
issues:
types: [labeled]
condition: 'payload.label.name == "needs reproduction"'
config:
comment: |
This issue may need more information before it can be addressed. In particular, it will need a reliable Code Reproduction that demonstrates the issue.
Please see the Contributing Guide for [how to create a Code Reproduction](https://github.com/ionic-team/capacitor/blob/HEAD/CONTRIBUTING.md#creating-a-code-reproduction).
Thanks!
Ionitron 💙
- name: add-label
on:
issues:
Expand Down
8 changes: 8 additions & 0 deletions .github/ionic-issue-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,12 @@ comment:
message: >
This issue has been labeled as `type: bug`. This label is added to issues
that that have been reproduced and are being tracked in our internal issue tracker.
- label: "needs reproduction"
message: >
This issue may need more information before it can be addressed. In particular, it will need a reliable Code Reproduction that demonstrates the issue.
Please see the Contributing Guide for [how to create a Code Reproduction](https://github.com/ionic-team/capacitor/blob/HEAD/CONTRIBUTING.md#creating-a-code-reproduction).
Thanks!
Ionitron 💙
dryRun: false

0 comments on commit c5d966a

Please sign in to comment.