Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Close inactive issues and PRs #886

Close inactive issues and PRs

Close inactive issues and PRs #886

name: Close inactive issues and PRs
on:
schedule:
- cron: "30 1 * * *"
workflow_dispatch:
permissions: {}
jobs:
close-issues:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
with:
only-labels: "status: waiting-for-feedback"
days-before-stale: 14
days-before-close: 21
stale-issue-label: "status: stale"
stale-pr-label: "status: stale"
stale-issue-message: >
If you would like us to be able to process this issue, please provide the requested information.
If the information is not provided within the next 3 weeks, we will be unable to proceed and this issue will be closed.
close-issue-message: >
Closing due to lack of requested feedback.
If you would like to proceed with your contribution, please provide the requested information and we will re-open this issue.
stale-pr-message: >
If you would like us to be able to process this pull request, please provide the requested information or make the requested changes.
If the information is not provided or the requested changes are not made within the next 3 weeks, we will be unable to proceed and this pull request will be closed.
close-pr-message: >
Closing due to lack of requested feedback.
If you would like to proceed with your contribution, please provide the requested information or make the requested changes, and we will re-open this pull request.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.