Sha256: efa6232f0e5d5b0ed3133c3d580c3ade518d2a7e60fce968efdac6427e170678

Contents?: true

Size: 712 Bytes

Versions: 23

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: 30
          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

23 entries across 23 versions & 3 rubygems

Version Path
ws-style-6.13.16 .github/workflows/stale.yml
ws-style-6.13.15 .github/workflows/stale.yml
pheme-5.0.4 .github/workflows/stale.yml