Skip to content

Commit 2352f44

Browse files
authored
Merge pull request #624 from php-amqplib/activate_pr_issues_cleanup
activate issues/pr cleanup
2 parents c901852 + bd263b9 commit 2352f44

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/stale.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: stale
22
on:
33
schedule:
4-
- cron: '* * * * *'
4+
- cron: '1 */4 * * *'
55
jobs:
66
stale:
77
runs-on: ubuntu-latest
@@ -11,9 +11,12 @@ jobs:
1111
repo-token: ${{ secrets.GITHUB_TOKEN }}
1212
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.'
1313
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.'
14+
close-issue-message: 'This issue was closed because it has been stalled for 10 days with no activity.'
15+
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
16+
days-before-stale: 90
17+
days-before-close: 14
1418
stale-issue-label: 'no-issue-activity'
1519
stale-pr-label: 'no-pr-activity'
16-
close-pr-label: 'stale'
1720
exempt-issue-labels: 'awaiting-approval,work-in-progress,pinned,security'
18-
exempt-pr-labels: 'awaiting-approval,work-in-progress'
19-
debug-only: true
21+
exempt-pr-labels: 'awaiting-approval,work-in-progress,requires-major-increase'
22+
ascending: true

0 commit comments

Comments
 (0)