Sha256: 604ca39de8fab851ba48c4161241ca730e3f83afcd75b8ef90037b073c918d9c

Contents?: true

Size: 332 Bytes

Versions: 2

Compression:

Stored size: 332 Bytes

Contents

---
name: "Stale Issue/PR cleanup"
on:
  schedule:
    - cron: "30 1 * * *"

permissions:
  issues: write
  pull-requests: write

jobs:
  stale:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/stale@v9
        with:
          operations-per-run: 500
          days-before-issue-stale: 90
          days-before-close: 30

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
oxidized-0.30.1 .github/workflows/stale.yml
oxidized-0.30.0 .github/workflows/stale.yml