Stale tuning

This commit is contained in:
Roxedus 2023-02-12 23:51:07 +01:00
parent 44820474c1
commit a1f38a1612
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B

View File

@ -17,19 +17,21 @@ jobs:
steps:
- uses: actions/stale@v7.0.0
with:
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.
close-issue-label: closed-issue-activity
close-pr-label: closed-pr-activity
stale-issue-label: no-issue-activity
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-label: no-pr-activity
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.
days-before-stale: 30
days-before-close: 60
exempt-issue-labels: awaiting-approval,work-in-progress
exempt-pr-labels: awaiting-approval,work-in-progress
repo-token: ${{ secrets.GITHUB_TOKEN }}
operations-per-run: 400
- name: sleep for ratelimit
run:
sleep 380
run: sleep 380
lock:
runs-on: ubuntu-latest