mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-08-09 17:41:14 +10:00
fix typos in .github folder (#4677)
* .yaml * Update feature_request.yaml * Update compile-check.yaml * Update close-old-issues.yaml
This commit is contained in:
@@ -17,11 +17,11 @@ jobs:
|
||||
uses: actions/stale@v10
|
||||
with:
|
||||
# A list of labels to reference when looking through issues,
|
||||
# and only when one (or even more) of these labels are found..
|
||||
# and only when one (or even more) of these labels is found.
|
||||
# then skip this issue, and never try to stale and/or close it.
|
||||
exempt-issue-labels: "Keep Issue Open"
|
||||
# Split it into two weeks, after one week the issue will be marked as stale,
|
||||
# after another week have pasted without any update.. the issue will then be closed.
|
||||
# Split it into two weeks, after one week, the issue will be marked as stale,
|
||||
# after another week have passed without any update, the issue will then be closed.
|
||||
days-before-issue-stale: 90
|
||||
days-before-issue-close: 365
|
||||
# NEVER mark PRs as Stale or Close + this workflow should never have write permissions on PRs, EVER!
|
||||
|
||||
Reference in New Issue
Block a user