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

@ -14,5 +14,6 @@ petgraph = "0.8.1"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
sha256 = "1.6.0"
time = "0.3.41"
tokio = { version = "1.45.0", features = ["full"] }
url = "2.5.4"