Lines Matching full:stale
1 name: "Close stale pull requests/issues"
7 stale:
8 name: Find Stale issues and PRs
12 - uses: actions/stale@v9
14 stale-pr-message: 'This pull request has been marked as stale because it has been open (more
15 than) 60 days with no activity. Remove the stale label or add a comment saying that you
18 stale-issue-message: 'This issue has been marked as stale because it has been open (more
19 than) 60 days with no activity. Remove the stale label or add a comment saying that you
22 days-before-stale: 60
24 stale-issue-label: 'Stale'
25 stale-pr-label: 'Stale'