Sha256: d5eeb42247ae41f63c51d4d89f904651c62f0be7a1f2327b5ce23270ed4f6753

Contents?: true

Size: 665 Bytes

Versions: 2

Compression:

Stored size: 665 Bytes

Contents

---
name: Close stale issues and PRs
on:
  schedule:
    - cron: 40 * * * *

jobs:
  stale:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/stale@v7
        with:
          days-before-close: 7
          days-before-stale: 60
          stale-issue-label: stale
          stale-issue-message: This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
          stale-pr-label: stale
          stale-pr-message: This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
          operations-per-run: 500

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 .github/workflows/stale.yml
telegram-bot-ruby-2.0.0 .github/workflows/stale.yml