Skip to content

Close stale issues and PR #725

Close stale issues and PR

Close stale issues and PR #725

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Close stale issues and PR"
on:
schedule:
- cron: "30 1 * * *"
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10
with:
stale-issue-message: "This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 14 days."
stale-pr-message: "This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 14 days."
close-issue-message: "This issue was closed because it has been stale for 14 days with no activity."
close-pr-message: "This PR was closed because it has been stale for 14 days with no further activity."
days-before-stale: 30
days-before-close: 14
start-date: '2023-08-14T00:00:00Z'
any-of-labels: 'pending answer,needs testing'