mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2024-10-01 01:25:56 -04:00
chore: lock old issues & pull requests (#302)
actions: close stale issues and prs
This commit is contained in:
parent
0ddd743812
commit
76ceebf1eb
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
|
||||
|
||||
- Add A.P. Open Collective link
|
||||
|
@ -154,7 +154,7 @@ input:checked + .slider::before {
|
||||
<h1>The Hitchhiker’s Guide to Online Anonymity</h1>
|
||||
</a>
|
||||
<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">
|
||||
{% if page.url != "/" %}
|
||||
<a href="{{ site.github.home_url }}" class="btn_small">Home</a>
|
||||
|
Loading…
Reference in New Issue
Block a user