Remove stale workflow (#5167)

This commit is contained in:
Alexandru Ionut Tripon 2026-03-16 07:54:26 +00:00 committed by GitHub
commit cc22702ea5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,31 +0,0 @@
name: Stale
on:
schedule:
# run weekly on sunday
- cron: "0 0 * * 0"
workflow_dispatch:
permissions: {}
jobs:
label:
name: Label issues and PRs
runs-on: ubuntu-slim
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v10
with:
days-before-stale: 60
days-before-close: -1 # Don't close anything
exempt-issue-labels: rfc,nostale,help wanted
exempt-all-milestones: true
exempt-all-assignees: true
operations-per-run: 1000
stale-issue-label: inactive
stale-pr-label: inactive