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.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/check-stale.yml b/.github/workflows/check-stale.yml
new file mode 100644
index 0000000..2adbee2
--- /dev/null
+++ b/.github/workflows/check-stale.yml
@@ -0,0 +1,13 @@
+name: "Issue and PR stale management"
+on:
+ schedule:
+ - cron: "0 0 * * *"
+
+permissions:
+ pull-requests: write
+ contents: read
+
+jobs:
+ stale:
+ uses: vyos/.github/.github/workflows/check-stale.yml@current
+ secrets: inherit