Sha256: 9ed5d833c0e1b9617d2c79056ebf9bd729f32006a0217f25ea4e619ce540f74a

Contents?: true

Size: 858 Bytes

Versions: 3

Compression:

Stored size: 858 Bytes

Contents

name: Mark stale issues and pull requests

on:
  schedule:
  - cron: "0 0 * * *"

jobs:
  stale:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/stale@v1
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
        stale-issue-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. Thank you  for your contributions.'
        stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
        stale-issue-label: 'no-issue-activity'
        stale-pr-label: 'no-pr-activity'
        days-before-stale: 90
        days-before-close: 60
        exempt-pr-label: 'pinned'
        exempt-issue-label: 'pinned'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
omniauth-threads-0.1.2 .github/workflows/stale.yml
omniauth-threads-0.1.1 .github/workflows/stale.yml
omniauth-threads-0.1.0 .github/workflows/stale.yml