Skip to content

Mark Stale Issues and PRs #2

Mark Stale Issues and PRs

Mark Stale Issues and PRs #2

Workflow file for this run

name: Mark Stale Issues and PRs
on:
schedule:
- cron: '0 1 * * *'
workflow_dispatch:
permissions: {}
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v10
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
stale-pr-message: >
This pull request has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
close-issue-message: >
This issue was closed because it has been stale for 10 days with no activity.
close-pr-message: >
This pull request was closed because it has been stale for 10 days with no activity.
days-before-issue-stale: 60
days-before-issue-close: 10
days-before-pr-stale: 60
days-before-pr-close: 10
stale-issue-label: stale
stale-pr-label: stale
exempt-issue-labels: backlog
exempt-pr-labels: backlog