Skip to content

Commit

Permalink
archive_eol: Make description more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Sep 20, 2024
1 parent fe70353 commit 8eae8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/archive_eol.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def main() -> None:
earliest.isoformat(),
)
)
desc = "This repo is archived as the app is EOL."
desc = "This repo is archived by Flathub as the app is EOL. If this was done in error, please open an issue at https://github.com/flathub/flathub/issues"
repo.edit(description=desc)
repo.edit(archived=True)
except UnknownObjectException:
Expand Down

0 comments on commit 8eae8bf

Please sign in to comment.