mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00

Issue number: internal --------- <!-- Please do not submit updates to dependencies unless it fixes an issue. --> <!-- Please try to limit your pull request to one type (bugfix, feature, etc). Submit multiple pull requests if needed. --> ## What is the current behavior? <!-- Please describe the current behavior that you are modifying. --> - Currently, `Ionitron` is closing issues when they have the `needs: investigation` label. - We might want to use the duplicate ticket as our source of truth since a community member has made a [suggestion](https://github.com/ionic-team/ionic-framework/issues/30380#issuecomment-2848626887) that could fix it. ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - The `ionic-issue-bot.yml` file was changed to stop closing issues that have the `needs: investigation` label - To prevent `Ionitron` from closing issues with the `needs: investigation` label, we've added this label to the `exemptLabels` list under the `stale`, `noReply`, and `noReproduction` sections. - This tells the bot not to close issues with that label, even if they meet the criteria for being stale or lacking a reply/reproduction. ## Does this introduce a breaking change? - [ ] Yes - [X] No <!-- If this introduces a breaking change: 1. Describe the impact and migration path for existing applications below. 2. Update the BREAKING.md file with the breaking change. 3. Add "BREAKING CHANGE: [...]" to the commit description when merging. See https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#footer for more information. --> ## Other information <!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. --> - _N.A._ --------- Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com>
212 lines
7.7 KiB
YAML
212 lines
7.7 KiB
YAML
triage:
|
|
label: triage
|
|
removeLabelWhenProjectAssigned: true
|
|
dryRun: false
|
|
|
|
comment:
|
|
labels:
|
|
- label: "help wanted"
|
|
message: >
|
|
This issue has been labeled as `help wanted`. This label is added to issues
|
|
that we believe would be good for contributors.
|
|
|
|
|
|
If you'd like to work on this issue, please comment here letting us know that
|
|
you would like to submit a pull request for it. This helps us to keep track of
|
|
the pull request and make sure there isn't duplicated effort.
|
|
|
|
|
|
For a guide on how to create a pull request and test this project locally to see
|
|
your changes, see our [contributing documentation](https://ionicframework.com/docs/building/contributing).
|
|
|
|
|
|
Thank you!
|
|
- label: "ionitron: needs reproduction"
|
|
message: >
|
|
Thanks for the issue! This issue has been labeled as `needs reproduction`. This label
|
|
is added to issues that need a code reproduction.
|
|
|
|
|
|
Please reproduce this issue in an Ionic starter application and provide a way for us to access it (GitHub repo, StackBlitz, etc). Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed.
|
|
|
|
|
|
If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for our team to reproduce the issue.
|
|
|
|
|
|
For a guide on how to create a good reproduction, see our [Contributing Guide](https://ionicframework.com/docs/contributing/how-to-contribute#creating-a-good-code-reproduction).
|
|
- label: "community feedback wanted"
|
|
message: >
|
|
This issue has been labeled as `community feedback wanted`. This label is added to issues that we would like to hear from the community on before moving forward with any final decision on the feature request.
|
|
|
|
|
|
If the requested feature is something you would find useful for your applications, please react to the original post with 👍 (`+1`). If you would like to provide an additional use case for the feature, please post a comment.
|
|
|
|
|
|
The team will review this feedback and make a final decision. Any decision will be posted on this thread, but please note that we may ultimately decide not to pursue this feature.
|
|
|
|
|
|
Thank you!
|
|
dryRun: false
|
|
|
|
closeAndLock:
|
|
labels:
|
|
- label: "ionitron: support"
|
|
message: >
|
|
Thanks for the issue! This issue appears to be a support request. We use this issue tracker exclusively for
|
|
bug reports and feature requests. Please use our [forum](https://forum.ionicframework.com) for questions about the framework.
|
|
|
|
|
|
Thank you for using Ionic!
|
|
- label: "ionitron: appflow"
|
|
message: >
|
|
Thanks for the issue! This issue appears to be related to Ionic Appflow. We use this issue tracker exclusively for
|
|
bug reports and feature requests. Please use the [Ionic Appflow Support Forum](https://ionic.zendesk.com/hc/en-us/requests/new)
|
|
to report this issue.
|
|
|
|
|
|
Thank you for using Ionic!
|
|
- label: "ionitron: missing template"
|
|
message: >
|
|
Thanks for the issue! It appears that you have not filled out the provided issue template. We use this issue
|
|
template in order to gather more information and further assist you. Please create a new issue and ensure the
|
|
template is fully filled out.
|
|
|
|
|
|
Thank you for using Ionic!
|
|
close: true
|
|
lock: true
|
|
dryRun: false
|
|
|
|
lockClosed:
|
|
days: 30
|
|
maxIssuesPerRun: 100
|
|
message: >
|
|
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue.
|
|
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.
|
|
dryRun: false
|
|
|
|
stale:
|
|
days: 365
|
|
maxIssuesPerRun: 100
|
|
exemptLabels:
|
|
- "good first issue"
|
|
- "triage"
|
|
- "type: bug"
|
|
- "type: feature request"
|
|
- "needs: investigation"
|
|
exemptAssigned: true
|
|
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: false
|
|
|
|
noReply:
|
|
days: 14
|
|
maxIssuesPerRun: 100
|
|
label: "needs: reply"
|
|
responseLabel: triage
|
|
exemptProjects: true
|
|
exemptMilestones: true
|
|
message: >
|
|
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
|
|
template is fully filled out.
|
|
|
|
|
|
Thank you for using Ionic!
|
|
close: true
|
|
lock: true
|
|
dryRun: false
|
|
|
|
noReproduction:
|
|
days: 14
|
|
maxIssuesPerRun: 100
|
|
label: "ionitron: needs reproduction"
|
|
responseLabel: triage
|
|
exemptProjects: true
|
|
exemptMilestones: true
|
|
message: >
|
|
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
|
|
template is fully filled out.
|
|
|
|
|
|
Thank you for using Ionic!
|
|
close: true
|
|
lock: true
|
|
dryRun: false
|
|
|
|
wrongRepo:
|
|
repos:
|
|
- label: "ionitron: capacitor"
|
|
repo: capacitor
|
|
message: >
|
|
Thanks for the issue! We use this issue tracker exclusively for bug reports and feature requests
|
|
associated with the Ionic Framework. It appears that this issue is associated with Capacitor.
|
|
I am moving this issue to the Capacitor repository. Please track this issue over there.
|
|
|
|
|
|
Thank you for using Ionic!
|
|
- label: "ionitron: v3"
|
|
repo: ionic-v3
|
|
message: >
|
|
Thanks for the issue! We have moved the source code and issues for Ionic 3 into a separate repository.
|
|
I am moving this issue to the repository for Ionic 3. Please track this issue over there.
|
|
|
|
|
|
Thank you for using Ionic!
|
|
- label: "ionitron: cli"
|
|
repo: ionic-cli
|
|
message: >
|
|
Thanks for the issue! We use this issue tracker exclusively for bug reports and feature requests
|
|
associated with the Ionic Framework. It appears that this issue is associated with the Ionic CLI.
|
|
I am moving this issue to the Ionic CLI repository. Please track this issue over there.
|
|
|
|
|
|
Thank you for using Ionic!
|
|
- label: "ionitron: docs"
|
|
repo: ionic-docs
|
|
message: >
|
|
Thanks for the issue! We use this issue tracker exclusively for bug reports and feature requests
|
|
associated with the Ionic Framework. It appears that this issue is associated with the Ionic Documentation.
|
|
I am moving this issue to the Ionic Docs repository. Please track this issue over there.
|
|
|
|
|
|
Thank you for using Ionic!
|
|
- label: "ionitron: stencil"
|
|
repo: stencil
|
|
message: >
|
|
Thanks for the issue! We use this issue tracker exclusively for bug reports and feature requests
|
|
associated with the Ionic Framework. It appears that this issue is associated with Stencil.
|
|
I am moving this issue to the Stencil repository. Please track this issue over there.
|
|
|
|
|
|
Thank you for using Ionic!
|
|
- label: "ionitron: native"
|
|
repo: ionic-native
|
|
message: >
|
|
Thanks for the issue! We use this issue tracker exclusively for bug reports and feature requests
|
|
associated with the Ionic Framework. It appears that this issue is associated with Ionic Native.
|
|
I am moving this issue to the Ionic Native repository. Please track this issue over there.
|
|
|
|
|
|
Thank you for using Ionic!
|
|
close: true
|
|
lock: true
|
|
dryRun: false
|
|
|
|
screenshot:
|
|
appId: 18001
|
|
checkName: "build"
|
|
baseUrl: "https://screenshot.ionicframework.com"
|
|
dryRun: false
|