Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/recheck-old-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ on: # yamllint disable-line rule:truthy
- cron: '0 7 * * *'
permissions:
# All other permissions are set to none
pull-requests: write
issues: write
jobs:
recheck-old-bug-report:
Expand All @@ -41,7 +40,8 @@ jobs:
# we set high number of days thus effectively this job will not do any changes on PRs
days-before-pr-stale: 7000
days-before-pr-close: 7000
remove-stale-when-updated: true
remove-stale-when-updated: false
remove-issue-stale-when-updated: true
labels-to-add-when-unstale: 'needs-triage'
stale-issue-message: >
This issue has been automatically marked as stale because it has been open for 365 days
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
days-before-pr-close: 5
exempt-pr-labels: 'pinned,security'
only-issue-labels: 'pending-response'
remove-stale-when-updated: true
days-before-issue-stale: 30
days-before-issue-close: 7
stale-issue-message: >
Expand Down