Add stale.yml Workflow
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 755
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
Description
Set up a stale.yml workflow to automatically mark inactive issues and PRs as stale.
Tasks
- Create
.github/workflows/stale.yml - Configure stale timing and messaging
- Submit a PR adding the workflow
Goal
Keep the repository clean by managing inactive issues and PRs.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing GitHub Actions guidance for stale issue and pull request workflows, then create .github/workflows/stale.yml. Define the stale timing and messages requested in the issue, and confirm the workflow covers both inactive issues and PRs; done means the workflow file is present and ready for a pull request.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100