diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/stale.yml | 2 | ||||
-rw-r--r-- | .github/workflows/test.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index e2b8c19..c21b773 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -14,4 +14,4 @@ markComment: > recent activity. It will be closed if no further activity occurs. Thank you for your contributions. # Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false +closeComment: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 375fb59..2cc969a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,4 +18,4 @@ jobs: cd exampleSite mkdir themes ln -s ../.. themes/fuji - hugo --minify + hugo |