Implement release as github action (#2452)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-06-16 14:43:17 +03:00
committed by GitHub
parent 0ba4c7b790
commit 044963f84c
10 changed files with 683 additions and 223 deletions

View File

@@ -1,6 +1,7 @@
name: Mark & close stale issues
on:
# enable running the workflow manually
workflow_dispatch:
schedule:
- cron: "0 0 * * *"