From 76ceebf1eb09872ce46eb7f88a3effdf679f8502 Mon Sep 17 00:00:00 2001 From: nopeitsnothing Date: Sat, 17 Jun 2023 17:19:22 +0000 Subject: [PATCH] chore: lock old issues & pull requests (#302) actions: close stale issues and prs --- .github/workflows/lock-threads.yml | 36 ++++++++++++++++++++++++++++++ CHANGELOG.md | 6 +++++ _layouts/default.html | 2 +- guide.md | 2 +- 4 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/lock-threads.yml diff --git a/.github/workflows/lock-threads.yml b/.github/workflows/lock-threads.yml new file mode 100644 index 0000000..71939f7 --- /dev/null +++ b/.github/workflows/lock-threads.yml @@ -0,0 +1,36 @@ +name: 'Lock Threads' + +on: + schedule: + - cron: '0 0 * * *' + workflow_dispatch: + +permissions: + issues: write + pull-requests: write + +concurrency: + group: lock + +jobs: + action: + runs-on: ubuntu-latest + steps: + - uses: dessant/lock-threads@v4 + with: + github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + issue-inactive-days: '180' + add-issue-labels: 'outdated, archived' + issue-comment: > + This issue has been closed due to inactivity in the last 180 days. + Please open a new issue to bring it up again. + issue-lock-reason: 'resolved' + pr-inactive-days: '180' + include-all-pr-labels: 'done' + add-pr-labels: 'outdated, archived' + pr-comment: > + This pull request has been closed due to inactivity in the last 180 days. + Please open a new PR to bring it up again. + pr-lock-reason: 'resolved' + process-only: 'issues, prs' + log-output: false diff --git a/CHANGELOG.md b/CHANGELOG.md index f5181ec..27a74f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v1.1.8-pre.1 + +- Add AnarSec to links +- Fix automatic VirusTotal scans +- Invidious shutdown + v1.1.7 - Add A.P. Open Collective link diff --git a/_layouts/default.html b/_layouts/default.html index c79fcf9..914e17a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -154,7 +154,7 @@ input:checked + .slider::before {

The Hitchhiker’s Guide to Online Anonymity

How I learned to start worrying and love privacy anonymity

-

The latest Version is v1.1.7. See the changelog.

+

The latest Version is v1.1.8-pre.1. See the changelog.

{% if page.url != "/" %} Home diff --git a/guide.md b/guide.md index 8479b15..b693b28 100644 --- a/guide.md +++ b/guide.md @@ -2,7 +2,7 @@ (Or "How I learned to start worrying and love ~~privacy~~ anonymity") -Version 1.1.7, June 2023 by Anonymous Planet +Version v1.1.8-pre.1, July 2023 by Anonymous Planet #### **IMPORTANT RECOMMENDATION FOR UKRAINIANS. ВАЖЛИВА РЕКОМЕНДАЦІЯ ДЛЯ УКРАЇНЦІВ**