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.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/check-stale.yml b/.github/workflows/check-stale.yml
new file mode 100644
index 000000000..59d25a11b
--- /dev/null
+++ b/.github/workflows/check-stale.yml
@@ -0,0 +1,14 @@
+name: "Issue and PR stale management"
+on:
+ schedule:
+ - cron: "0 0 * * *"
+ workflow_dispatch:
+
+permissions:
+ pull-requests: write
+ contents: read
+
+jobs:
+ stale:
+ uses: vyos/.github/.github/workflows/check-stale.yml@feature/T6349-reusable-workflows
+ secrets: inherit