Sha256: 36cdda15221d47d3d37c6ec68ca027ef767bb4d96521dc11cc667b73a5824995

Contents?: true

Size: 736 Bytes

Versions: 16

Compression:

Stored size: 736 Bytes

Contents

name: 'Close stale PRs'
on:
  schedule:
    - cron: '30 6 1 * *' # 6:30 am UTC: 1:30 am EST on 1st day of the month

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

16 entries across 16 versions & 3 rubygems

Version Path
pheme-5.1.12 .github/workflows/stale.yml
pheme-5.1.11 .github/workflows/stale.yml
pheme-5.1.10 .github/workflows/stale.yml
pheme-5.1.9 .github/workflows/stale.yml
ws-style-6.14.5 .github/workflows/stale.yml
static_collection-0.3.1 .github/workflows/stale.yml
ws-style-6.14.4 .github/workflows/stale.yml
pheme-5.1.7 .github/workflows/stale.yml
pheme-5.1.6 .github/workflows/stale.yml
pheme-5.1.5 .github/workflows/stale.yml
ws-style-6.14.3 .github/workflows/stale.yml
ws-style-6.14.2 .github/workflows/stale.yml
ws-style-6.14.1 .github/workflows/stale.yml
ws-style-6.14.0 .github/workflows/stale.yml
ws-style-6.13.25 .github/workflows/stale.yml
ws-style-6.13.24 .github/workflows/stale.yml