summaryrefslogtreecommitdiff
path: root/.github/workflows/check-stale.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check-stale.yml')
-rw-r--r--.github/workflows/check-stale.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/check-stale.yml b/.github/workflows/check-stale.yml
new file mode 100644
index 000000000..0b88acdb7
--- /dev/null
+++ b/.github/workflows/check-stale.yml
@@ -0,0 +1,9 @@
+name: "Issue and PR stale management"
+on:
+ schedule:
+ - cron: "0 0 * * *"
+
+jobs:
+ stale:
+ uses: vyos/.github/.github/workflows/check-stale.yml@feature/T6349-reusable-workflows
+ secrets: inherit