mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
chore(): update bot template to properly close issues (#21330)
This commit is contained in:
21
.github/ionic-issue-bot.yml
vendored
21
.github/ionic-issue-bot.yml
vendored
@ -95,10 +95,8 @@ stale:
|
|||||||
noReply:
|
noReply:
|
||||||
days: 14
|
days: 14
|
||||||
maxIssuesPerRun: 100
|
maxIssuesPerRun: 100
|
||||||
label: "needs: reply"
|
labels:
|
||||||
responseLabel: triage
|
- label: "needs: reply"
|
||||||
exemptProjects: true
|
|
||||||
exemptMilestones: true
|
|
||||||
message: >
|
message: >
|
||||||
Thanks for the issue! This issue is being closed due to the lack of a reply. If this is still
|
Thanks for the issue! This issue is being closed due to the lack of a reply. If this is still
|
||||||
an issue with the latest version of Ionic, please create a new issue and ensure the
|
an issue with the latest version of Ionic, please create a new issue and ensure the
|
||||||
@ -106,17 +104,7 @@ noReply:
|
|||||||
|
|
||||||
|
|
||||||
Thank you for using Ionic!
|
Thank you for using Ionic!
|
||||||
close: true
|
- label: "ionitron: needs reproduction"
|
||||||
lock: true
|
|
||||||
dryRun: false
|
|
||||||
|
|
||||||
noReproduction:
|
|
||||||
days: 14
|
|
||||||
maxIssuesPerRun: 100
|
|
||||||
label: "ionitron: needs reproduction"
|
|
||||||
responseLabel: triage
|
|
||||||
exemptProjects: true
|
|
||||||
exemptMilestones: true
|
|
||||||
message: >
|
message: >
|
||||||
Thanks for the issue! This issue is being closed due to the lack of a code reproduction. If this is still
|
Thanks for the issue! This issue is being closed due to the lack of a code reproduction. If this is still
|
||||||
an issue with the latest version of Ionic, please create a new issue and ensure the
|
an issue with the latest version of Ionic, please create a new issue and ensure the
|
||||||
@ -124,6 +112,9 @@ noReproduction:
|
|||||||
|
|
||||||
|
|
||||||
Thank you for using Ionic!
|
Thank you for using Ionic!
|
||||||
|
responseLabel: triage
|
||||||
|
exemptProjects: true
|
||||||
|
exemptMilestones: true
|
||||||
close: true
|
close: true
|
||||||
lock: true
|
lock: true
|
||||||
dryRun: false
|
dryRun: false
|
||||||
|
Reference in New Issue
Block a user