Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 12 additions & 14 deletions .github/workflows/check-archives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ name: Check Archived Repositories

on:
schedule:
- cron: '0 0 * * 0,2,4' # Sun/Tue/Thu at ~00:00 UTC (±5 mins)
workflow_dispatch: # Manual trigger
- cron: '0 0 * * 0,2,4'
workflow_dispatch:
push:
branches:
- main

jobs:
check-archives:
runs-on: ubuntu-latest
runs-on: macos-latest

permissions:
contents: write
actions: read
Expand All @@ -19,28 +20,25 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
- name: Set up Swift
uses: swift-actions/setup-swift@v2
with:
python-version: '3.9'
swift-version: "5.10.1"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Build archive_bot
run: swift build -c release

- name: Run archive checker
- name: Run archive_bot
run: .build/release/archive_bot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python archive_checker.py

- name: Commit and push changes
run: |
git config --global user.name 'GitHub Action'
git config --global user.email '[email protected]'
git add README.md
git diff --cached --quiet || git commit -m 'Update README with archived repositories'
git diff --cached --quiet || git commit -m 'ci(bot): update archive status table'
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# macOS files
.build/
.vscode/
.DS_Store

__pycache__/
Expand Down
16 changes: 16 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// swift-tools-version:5.9
import PackageDescription

let package = Package(
name: "archive_bot",
platforms: [.macOS(.v13)],
dependencies: [
// Add any dependencies here
],
targets: [
.executableTarget(
name: "archive_bot",
dependencies: []
)
]
)
69 changes: 35 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,37 +19,38 @@ The bot runs every Sun/Tue/Thu at ~00:00 UTC (±5 mins) via GitHub Actions and u

## Repository Archive Status

| Repository URL | Status |
|---------------|--------|
| https://github.com/TelemetryDeck/TelemetryViewer | Archived |
| https://github.com/ViniciusDeep/Revill | Archived |
| https://github.com/bartonhammond/snowflake | Archived |
| https://github.com/bitwarden/mobile | Archived |
| https://github.com/cds-snc/covid-alert-app | Archived |
| https://github.com/chadaustin/passdrop | Archived |
| https://github.com/cocoa-mhlw/cocoa | Archived |
| https://github.com/corona-warn-app/cwa-app-ios | Archived |
| https://github.com/covid19cz/erouska-ios | Archived |
| https://github.com/davedelong/MVCTodo | Archived |
| https://github.com/google/mechahamster | Archived |
| https://github.com/groue/GRDBCombine | Archived |
| https://github.com/immuni-app/immuni-app-ios | Archived |
| https://github.com/inamiy/Harvest-SwiftUI-Gallery | Archived |
| https://github.com/incipher/einmal | Archived |
| https://github.com/insidegui/AnimojiStudio | Archived |
| https://github.com/ivan-magda/Californication | Archived |
| https://github.com/metabolist/metatext | Archived |
| https://github.com/microdotblog/microblog-ios | Archived |
| https://github.com/minvws/nl-covid19-notification-app-ios | Archived |
| https://github.com/mongodb-developer/BlackJackTrainer | Archived |
| https://github.com/netguru/baby-monitor-client-ios | Archived |
| https://github.com/openfoodfacts/openfoodfacts-ios | Archived |
| https://github.com/razeware/emitron-iOS | Archived |
| https://github.com/rursache/ToDoList | Archived |
| https://github.com/sonsongithub/reddift | Archived |
| https://github.com/soroushchehresa/iran-coronavirus | Archived |
| https://github.com/standardnotes/mobile | Archived |
| https://github.com/tpgoffline/tpg-offline-iOS | Archived |
| https://github.com/ukhsa-collaboration/covid-19-app-ios-ag-public | Archived |

*Last updated: 2025-07-29 01:05:33 UTC*
| # | Repository URL | Status |
|---|----------------|--------|
| 200 | https://github.com/TelemetryDeck/TelemetryViewer | Archived |
| 215 | https://github.com/ViniciusDeep/Revill | Archived |
| 291 | https://github.com/bartonhammond/snowflake | Archived |
| 324 | https://github.com/bitwarden/mobile | Archived |
| 339 | https://github.com/corona-warn-app/cwa-app-ios | Archived |
| 341 | https://github.com/cds-snc/covid-alert-app | Archived |
| 345 | https://github.com/chadaustin/passdrop | Archived |
| 346 | https://github.com/cocoa-mhlw/cocoa | Archived |
| 355 | https://github.com/davedelong/MVCTodo | Archived |
| 435 | https://github.com/covid19cz/erouska-ios | Archived |
| 454 | https://github.com/groue/GRDBCombine | Archived |
| 456 | https://github.com/google/mechahamster | Archived |
| 500 | https://github.com/immuni-app/immuni-app-ios | Archived |
| 504 | https://github.com/insidegui/AnimojiStudio | Archived |
| 506 | https://github.com/inamiy/Harvest-SwiftUI-Gallery | Archived |
| 517 | https://github.com/incipher/einmal | Archived |
| 535 | https://github.com/ivan-magda/Californication | Archived |
| 626 | https://github.com/metabolist/metatext | Archived |
| 637 | https://github.com/minvws/nl-covid19-notification-app-ios | Archived |
| 644 | https://github.com/microdotblog/microblog-ios | Archived |
| 653 | https://github.com/mongodb-developer/BlackJackTrainer | Archived |
| 669 | https://github.com/netguru/baby-monitor-client-ios | Archived |
| 717 | https://github.com/openfoodfacts/openfoodfacts-ios | Archived |
| 745 | https://github.com/razeware/emitron-iOS | Archived |
| 757 | https://github.com/rursache/ToDoList | Archived |
| 795 | https://github.com/soroushchehresa/iran-coronavirus | Archived |
| 812 | https://github.com/sonsongithub/reddift | Archived |
| 824 | https://github.com/standardnotes/mobile | Archived |
| 842 | https://github.com/tpgoffline/tpg-offline-iOS | Archived |
| 866 | https://github.com/ukhsa-collaboration/covid-19-app-ios-ag-public | Archived |

*Last updated: July 30, 2025 at 7:57 AM (GMT)*
*Last checked: July 30, 2025 at 7:57 AM (GMT)*
Loading