shreyasbharath/cpp_dependency_graph

View on GitHub
.github/workflows/github-stale-action.yml

Summary

Maintainability
Test Coverage
name: 'Close stale issues and PRs'
on:
  schedule:
    - cron: '5 * * * *'

jobs:
  stale:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/stale@v7
        with:
          stale-issue-message: 'Message to comment on stale issues. If none provided, will not mark issues stale'
          stale-pr-message: 'Message to comment on stale PRs. If none provided, will not mark PRs stale'