Skip to content

Mark Stale Issues and PRs #4

Mark Stale Issues and PRs

Mark Stale Issues and PRs #4

Workflow file for this run

name: Mark Stale Issues and PRs
on:
schedule:
- cron: "0 1 * * *"
workflow_dispatch:
permissions:
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- name: Mark stale issues and PRs
uses: actions/stale@v10
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 30
days-before-close: 7
stale-issue-message: >
This issue has been automatically marked as stale due to inactivity.
It will be closed if no further activity occurs within 7 days.
stale-pr-message: >
This pull request has been automatically marked as stale due to inactivity.
It will be closed if no further activity occurs within 7 days.
stale-issue-label: stale
stale-pr-label: stale