mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
fix: up stale issue time to 90 days, ignore feature requests
This commit is contained in:
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: Handle Stale Issues
|
name: Handle Stale Issues
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "30 1 * * *" # Runs at 1:30 UTC every day
|
- cron: "30 1 * * *" # Runs at 1:30 UTC every day
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
@@ -14,26 +14,26 @@ jobs:
|
|||||||
- uses: actions/stale@v9
|
- uses: actions/stale@v9
|
||||||
with:
|
with:
|
||||||
# Issue specific settings
|
# Issue specific settings
|
||||||
days-before-issue-stale: 30
|
days-before-issue-stale: 90
|
||||||
days-before-issue-close: 7
|
days-before-issue-close: 7
|
||||||
stale-issue-label: "stale"
|
stale-issue-label: "stale"
|
||||||
stale-issue-message: |
|
stale-issue-message: |
|
||||||
This issue has been automatically marked as stale because it has had no activity in the last 30 days.
|
This issue has been automatically marked as stale because it has had no activity in the last 30 days.
|
||||||
|
|
||||||
If this issue is still relevant, please leave a comment to keep it open.
|
If this issue is still relevant, please leave a comment to keep it open.
|
||||||
Otherwise, it will be closed in 7 days if no further activity occurs.
|
Otherwise, it will be closed in 7 days if no further activity occurs.
|
||||||
|
|
||||||
Thank you for your contributions!
|
Thank you for your contributions!
|
||||||
close-issue-message: |
|
close-issue-message: |
|
||||||
This issue has been automatically closed because it has been inactive for 7 days since being marked as stale.
|
This issue has been automatically closed because it has been inactive for 7 days since being marked as stale.
|
||||||
|
|
||||||
If you believe this issue is still relevant, please feel free to reopen it and add a comment explaining the current status.
|
If you believe this issue is still relevant, please feel free to reopen it and add a comment explaining the current status.
|
||||||
|
|
||||||
# Pull request settings (disabled)
|
# Pull request settings (disabled)
|
||||||
days-before-pr-stale: -1
|
days-before-pr-stale: -1
|
||||||
days-before-pr-close: -1
|
days-before-pr-close: -1
|
||||||
|
|
||||||
# Other settings
|
# Other settings
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
operations-per-run: 100
|
operations-per-run: 100
|
||||||
exempt-issue-labels: "Roadmap v1,help needed"
|
exempt-issue-labels: "Roadmap v1,help needed,enhancement"
|
||||||
|
|||||||
Reference in New Issue
Block a user