Sha256: 65da0502a5532243cea0f0e20b0e30fafde2a5da4a8a082eda7dc9ca4b4352c1

Contents?: true

Size: 712 Bytes

Versions: 14

Compression:

Stored size: 712 Bytes

Contents

name: 'Close stale PRs'
on:
  schedule:
    - cron: '30 6 * * *' # 6:30 am UTC: 1:30 am EST

jobs:
  stale:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/stale@v4
        with:
          days-before-stale: 30
          days-before-close: 60
          stale-pr-message: >
            This issue has been automatically marked as stale because it has not had
            recent activity. It will be closed if no further activity occurs.
          close-pr-message: >
            This issue has been automatically closed because it has had no activity
            for over 90 days. Please re-open if you feel this was done in error.
          exempt-pr-labels: 'dependabot,depfu,dependencies,security'

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
pheme-5.0.3 .github/workflows/stale.yml
ws-style-6.13.14 .github/workflows/stale.yml
ws-style-6.13.13 .github/workflows/stale.yml
ws-style-6.13.12 .github/workflows/stale.yml
ws-style-6.13.11 .github/workflows/stale.yml
pheme-5.0.2 .github/workflows/stale.yml
ws-style-6.13.10 .github/workflows/stale.yml
ws-style-6.13.9 .github/workflows/stale.yml
ws-style-6.13.8 .github/workflows/stale.yml
ws-style-6.13.7 .github/workflows/stale.yml
pheme-5.0.1 .github/workflows/stale.yml
pheme-5.0.0 .github/workflows/stale.yml
ws-style-6.13.6 .github/workflows/stale.yml
ws-style-6.13.5 .github/workflows/stale.yml