mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 17:28:57 +00:00
Just print the list
this action is not getting used anyways due to hitting API quotas
This commit is contained in:
@@ -51,9 +51,11 @@ def main() -> None:
|
||||
earliest.isoformat(),
|
||||
)
|
||||
)
|
||||
desc = "This repo is archived by Flathub as it is orphaned. If this was done in error or you wish to maintain it, please open an issue at https://github.com/flathub/flathub/issues"
|
||||
repo.edit(description=desc)
|
||||
repo.edit(archived=True)
|
||||
# desc = "This repo is archived by Flathub as it is orphaned. If this was done in error or you wish to maintain it, please open an issue at https://github.com/flathub/flathub/issues"
|
||||
|
||||
|
||||
# repo.edit(description=desc)
|
||||
# repo.edit(archived=True)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user