mirror of
https://github.com/henrygd/beszel.git
synced 2026-03-21 21:26:16 +01:00
chore: update inactivity-actions (#1742)
This commit is contained in:
7
.github/workflows/inactivity-actions.yml
vendored
7
.github/workflows/inactivity-actions.yml
vendored
@@ -6,6 +6,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
actions: write
|
||||||
issues: write
|
issues: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
@@ -48,6 +49,9 @@ jobs:
|
|||||||
# Action can not skip PRs, set it to 100 years to cover it.
|
# Action can not skip PRs, set it to 100 years to cover it.
|
||||||
days-before-pr-stale: 36524
|
days-before-pr-stale: 36524
|
||||||
|
|
||||||
|
# Max issues to process before early exit. Next run resumes from cache. GH API limit: 5000.
|
||||||
|
operations-per-run: 1500
|
||||||
|
|
||||||
# Labels
|
# Labels
|
||||||
stale-issue-label: 'stale'
|
stale-issue-label: 'stale'
|
||||||
remove-stale-when-updated: true
|
remove-stale-when-updated: true
|
||||||
@@ -56,4 +60,5 @@ jobs:
|
|||||||
|
|
||||||
# Exemptions
|
# Exemptions
|
||||||
exempt-assignees: true
|
exempt-assignees: true
|
||||||
exempt-milestones: true
|
|
||||||
|
exempt-milestones: true
|
||||||
|
|||||||
Reference in New Issue
Block a user