mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
chore(issue-bot): dry run the stale issue bot
This commit is contained in:
20
.github/ionic-issue-bot.yml
vendored
20
.github/ionic-issue-bot.yml
vendored
@ -23,3 +23,23 @@ closeAndLock:
|
|||||||
close: true
|
close: true
|
||||||
lock: true
|
lock: true
|
||||||
dryRun: false
|
dryRun: false
|
||||||
|
|
||||||
|
stale:
|
||||||
|
days: 365
|
||||||
|
maxIssuesPerRun: 100
|
||||||
|
exemptLabels:
|
||||||
|
- good first issue
|
||||||
|
- triage
|
||||||
|
exemptProjects: true
|
||||||
|
exemptMilestones: true
|
||||||
|
label: "ionitron: stale issue"
|
||||||
|
message: >
|
||||||
|
Thanks for the issue! This issue is being closed due to inactivity. If this is still
|
||||||
|
an issue with the latest version of Ionic, please create a new issue and ensure the
|
||||||
|
template is fully filled out.
|
||||||
|
|
||||||
|
|
||||||
|
Thank you for using Ionic!
|
||||||
|
close: true
|
||||||
|
lock: true
|
||||||
|
dryRun: true
|
||||||
|
Reference in New Issue
Block a user