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

Sign up
Appearance settings

Mark stale issues and pull requests #25091

Mark stale issues and pull requests

Mark stale issues and pull requests #25091

Workflow file for this run

---
name: Mark stale issues and pull requests
on:
workflow_dispatch:
schedule:
- cron: 35 * * * *
permissions:
contents: read
jobs:
stale:
permissions:
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
operations-per-run: 1000
stale-issue-message: |
Hello 👋, to help manage issues we automatically close stale issues.
This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
> This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.
stale-pr-message: |
Hello 👋, this PR has been opened for more than 2 months with no activity on it.
If you think this is a mistake please comment and ping a maintainer to get this merged ASAP! Thanks for contributing!
You have 15 days until this gets closed automatically
exempt-issue-labels: 'Keep Open,Help: Good First Issue,Workflow: Needs Review'
exempt-pr-labels: 'Keep Open,Help: Good First Issue,Workflow: Needs Review'
close-issue-reason: not_planned
days-before-stale: 28
days-before-close: 15
stale-issue-label: 'Stale'

AltStyle によって変換されたページ (->オリジナル) /