You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- cron: '0 0 * * *' # runs every night at midnight
jobs:
stale:
if: github.repository_owner == 'pnp'
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v10
with:
days-before-issue-stale: 335
days-before-issue-close: 30
operations-per-run: 100
stale-issue-message: 'This issue has been automatically marked as stale due to inactivity, and will be closed in 30 days if no further activity occurs. If you believe this issue should remain open, please comment on it to let us know. Any activity will reset the stale timer.'
stale-issue-label: 'stale'
close-issue-message: 'Closing as not planned, feel free to reopen if new information arises.'