Sha256: 7b12b8bfe341cb64bbd63f0eef9402c8872cfbb543b423264be628f5ab6d7594

Contents?: true

Size: 694 Bytes

Versions: 3

Compression:

Stored size: 694 Bytes

Contents

name: Mark stale issues and pull requests

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

jobs:
  stale:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/stale@v6
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
        days-before-stale: 360
        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

3 entries across 3 versions & 1 rubygems

Version Path
fog-google-1.21.1 .github/workflows/stale.yml
fog-google-1.21.0 .github/workflows/stale.yml
fog-google-1.20.0 .github/workflows/stale.yml