summaryrefslogtreecommitdiff
path: root/.github/workflows/check-stale.yml
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-07-02 18:12:48 +0200
committerGitHub <noreply@github.com>2024-07-02 18:12:48 +0200
commit002947e99b28c899d498e87fe400f5cd310bff16 (patch)
treee9a502c24bcff6a50c6a8ee800a738f9527b18ae /.github/workflows/check-stale.yml
parent87e039352364e99bb90ab8a16871988bf202314d (diff)
parent64ee292d15db2ec6c73498854b257f3d72c10ace (diff)
downloadvyatta-cfg-system-002947e99b28c899d498e87fe400f5cd310bff16.tar.gz
vyatta-cfg-system-002947e99b28c899d498e87fe400f5cd310bff16.zip
Merge pull request #225 from vyos/T6533-add-reusable-workflows
T6533: add reusable workflows
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 00000000..1cd4dec5
--- /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@sagitta
+ secrets: inherit \ No newline at end of file