adjusting links & misc

This commit is contained in:
Georg Lauterbach 2021-01-19 09:27:01 +01:00
parent dba291dc43
commit 221d4ce187
No known key found for this signature in database
GPG key ID: 2FDC58699AF121C6
10 changed files with 30 additions and 27 deletions

View file

@ -12,10 +12,10 @@ jobs:
uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 1 # TODO just for testing purposes, otherwise (20)
days-before-close: 1 # TODO just for testing purposes, otherwise (10)
days-before-stale: 20
days-before-close: 10
stale-issue-label: "meta/stale"
close-issue-label: "meta/frozen due to age or inactivity"
close-issue-label: "meta/closed due to age or inactivity"
stale-issue-message: >
This issue has become stale because it has been open for 20 days without
activity. Remove the label and comment or this issue will be closed in 10 days.