mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2025-10-13 13:50:43 -04:00
chore: lock old issues & pull requests (#302)
actions: close stale issues and prs
This commit is contained in:
parent
0ddd743812
commit
76ceebf1eb
4 changed files with 44 additions and 2 deletions
36
.github/workflows/lock-threads.yml
vendored
Normal file
36
.github/workflows/lock-threads.yml
vendored
Normal file
|
@ -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
|
|
@ -1,3 +1,9 @@
|
||||||
|
v1.1.8-pre.1
|
||||||
|
|
||||||
|
- Add AnarSec to links
|
||||||
|
- Fix automatic VirusTotal scans
|
||||||
|
- Invidious shutdown
|
||||||
|
|
||||||
v1.1.7
|
v1.1.7
|
||||||
|
|
||||||
- Add A.P. Open Collective link
|
- Add A.P. Open Collective link
|
||||||
|
|
|
@ -154,7 +154,7 @@ input:checked + .slider::before {
|
||||||
<h1>The Hitchhiker’s Guide to Online Anonymity</h1>
|
<h1>The Hitchhiker’s Guide to Online Anonymity</h1>
|
||||||
</a>
|
</a>
|
||||||
<h2>How I learned to start worrying and love <del>privacy</del> anonymity</h2>
|
<h2>How I learned to start worrying and love <del>privacy</del> anonymity</h2>
|
||||||
<h4 class="project-version">The latest Version is v1.1.7. See the <a href="{{ site.github.changelog_url }}" style="color:#ff4700">changelog.</a></h4>
|
<h4 class="project-version">The latest Version is v1.1.8-pre.1. See the <a href="{{ site.github.changelog_url }}" style="color:#ff4700">changelog.</a></h4>
|
||||||
<section id="downloads">
|
<section id="downloads">
|
||||||
{% if page.url != "/" %}
|
{% if page.url != "/" %}
|
||||||
<a href="{{ site.github.home_url }}" class="btn_small">Home</a>
|
<a href="{{ site.github.home_url }}" class="btn_small">Home</a>
|
||||||
|
|
2
guide.md
2
guide.md
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
(Or "How I learned to start worrying and love ~~privacy~~ anonymity")
|
(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. ВАЖЛИВА РЕКОМЕНДАЦІЯ ДЛЯ УКРАЇНЦІВ**
|
#### **IMPORTANT RECOMMENDATION FOR UKRAINIANS. ВАЖЛИВА РЕКОМЕНДАЦІЯ ДЛЯ УКРАЇНЦІВ**
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue