Browse Source

stale include pr

pull/2714/head
Kslr 4 years ago
parent
commit
ef99033d05
No known key found for this signature in database
GPG Key ID: AF5F66FA1E887CE
  1. 1
      .github/workflows/stale.yml

1
.github/workflows/stale.yml

@ -12,5 +12,6 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days"
stale-pr-message: 'It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days'
days-before-stale: 120
days-before-close: 5
Loading…
Cancel
Save