summaryrefslogtreecommitdiff
path: root/.github/workflows/check-stale.yml
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2024-05-25 18:36:53 +0300
committerGitHub <noreply@github.com>2024-05-25 18:36:53 +0300
commita871f5be5ad0d930e1df6480b9c40c90c6c27d33 (patch)
tree2ba412e7a3e78ea8eec604dded3fe2bc016ea429 /.github/workflows/check-stale.yml
parent34042f62b67cd75eb87ec7f3bda5d77cf1612c85 (diff)
parentff473bbad3b879d80a90b7baf25e31439f1edf67 (diff)
downloadvyos-build-a871f5be5ad0d930e1df6480b9c40c90c6c27d33.tar.gz
vyos-build-a871f5be5ad0d930e1df6480b9c40c90c6c27d33.zip
Merge pull request #637 from vyos/feature/T6386-sagitta-add-caller-wf
T6386: added reusable workflows and codeowners (sagitta)
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 00000000..59d25a11
--- /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