Sha256: 1583116bc9c055f627123227571b21408cde72517824045ad2075e9bfce8dd56

Contents?: true

Size: 693 Bytes

Versions: 6

Compression:

Stored size: 693 Bytes

Contents

name: Mark stale issues and pull requests

on:
  schedule:
  - cron: "30 1 * * *"

jobs:
  stale:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/stale@v3
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
        days-before-stale: 60
        days-before-close: 7
        exempt-issue-labels: 'pinned,security'
        exempt-pr-labels: 'pinned,security'
        stale-issue-message: 'This issue has been marked inactive and will be closed if no further activity occurs.'
        stale-pr-message: 'This pr has been marked inactive and will be closed if no further activity occurs.'
        stale-issue-label: 'no-issue-activity'
        stale-pr-label: 'no-pr-activity'

Version data entries

6 entries across 6 versions & 5 rubygems

Version Path
fog-local-0.8.0 .github/workflows/stale.yml
fog-local-0.7.0 .github/workflows/stale.yml
fog-google-1.13.0 .github/workflows/stale.yml
fog-dynect-0.5.0 .github/workflows/stale.yml
fog-core-2.2.4 .github/workflows/stale.yml
fog-aws-3.10.0 .github/workflows/stale.yml