mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 17:28:57 +00:00
archive_eol: Set a description before archiving
This commit is contained in:
@@ -119,6 +119,8 @@ def main() -> None:
|
||||
repo.html_url, repo.pushed_at.isoformat(), earliest.isoformat()
|
||||
)
|
||||
)
|
||||
desc = "This repo is archived as the app is EOL."
|
||||
repo.edit(description=desc)
|
||||
repo.edit(archived=True)
|
||||
except UnknownObjectException:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user