[skip ci] Close other stale issues too
This commit is contained in:
parent
36ac183654
commit
7db80a4c80
|
@ -15,12 +15,11 @@ jobs:
|
||||||
- uses: actions/stale@v8
|
- uses: actions/stale@v8
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Close everything older than ~6 months
|
# Close everything older than a year
|
||||||
days-before-issue-stale: 180
|
days-before-issue-stale: 365
|
||||||
days-before-issue-close: 0
|
days-before-issue-close: 0
|
||||||
any-of-issue-labels: "Source request"
|
exempt-issue-labels: "do-not-autoclose,Meta request"
|
||||||
exempt-issue-labels: do-not-autoclose
|
close-issue-message: "In an effort to have a more manageable issue backlog, we're closing older requests that weren't addressed since there's a low chance of it being addressed if it hasn't already. If your request is still relevant, please [open a new request](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose)."
|
||||||
close-issue-message: "In an effort to have a more manageable issue backlog, we're closing older requests that weren't addressed. If you think the source may still benefit others, please [open a new request](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new?assignees=&labels=Source+request&template=request_source.yml)."
|
|
||||||
close-issue-reason: not_planned
|
close-issue-reason: not_planned
|
||||||
ascending: true
|
ascending: true
|
||||||
operations-per-run: 250
|
operations-per-run: 250
|
||||||
|
|
|
@ -24,7 +24,7 @@ You can visit the [LANraragi](https://github.com/Difegue/LANraragi) github page
|
||||||
Make sure that your LANraragi server and extension are on the newest version.
|
Make sure that your LANraragi server and extension are on the newest version.
|
||||||
|
|
||||||
### Can I add more than one LANraragi server or user?
|
### Can I add more than one LANraragi server or user?
|
||||||
No, currently there is only support for 1 instances in Tachiyomi, if you need more instances please open a feature request on [tachiyomi-extensions](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new?assignees=&labels=Feature+request&template=request_feature.yml) repo.
|
No, currently there is only support for 1 instances in Tachiyomi, if you need more instances please open a feature request on [tachiyomi-extensions](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose) repo.
|
||||||
|
|
||||||
### Can I test the LANraragi extension before setting up my own server?
|
### Can I test the LANraragi extension before setting up my own server?
|
||||||
Yes, you can try it out with the DEMO server `https://lrr.tvc-16.science`.
|
Yes, you can try it out with the DEMO server `https://lrr.tvc-16.science`.
|
||||||
|
|
Loading…
Reference in New Issue