manager: Remove Stale label if present

The stale label provides an easy way to force CI runs for issues after
changing dependencies.
This commit is contained in:
Rahix 2025-05-22 15:24:57 +02:00
parent e274f6206c
commit f04beb5dea
4 changed files with 49 additions and 0 deletions

View file

@ -1349,6 +1349,7 @@ dependencies = [
"serde",
"serde_json",
"sha256",
"time",
"tokio",
"url",
]