summaryrefslogtreecommitdiff
path: root/.github/workflows/stale.yml
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-05-23 12:22:26 +0530
committerGitHub <noreply@github.com>2024-05-23 08:52:26 +0200
commite43017472c254c5d0698d1a37f66870ef326fdbf (patch)
tree975da3a1a6261685f7e3562995982f22d9ce8025 /.github/workflows/stale.yml
parentfad55b3e9790f663b35c9d8a77d7899fc69b2d35 (diff)
downloadvyos-build-e43017472c254c5d0698d1a37f66870ef326fdbf.tar.gz
vyos-build-e43017472c254c5d0698d1a37f66870ef326fdbf.zip
T6386: added caller workflows and codeowners (#634)
Diffstat (limited to '.github/workflows/stale.yml')
-rw-r--r--.github/workflows/stale.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
deleted file mode 100644
index d21d151..0000000
--- a/.github/workflows/stale.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-name: "Issue and PR stale management"
-on:
- schedule:
- - cron: "0 0 * * *"
-
-jobs:
- stale:
- runs-on: ubuntu-latest
- if: github.repository == 'vyos/vyos-1x'
- steps:
- # Issue stale management
- - uses: actions/stale@v6
- with:
- repo-token: ${{ secrets.GITHUB_TOKEN }}
- days-before-stale: 90
- days-before-close: -1
- stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. The issue will be reviewed by a maintainer and may be closed'
- stale-issue-label: 'state: stale'
- exempt-issue-labels: 'state: accepted, state: in-progress'
- stale-pr-message: 'This PR is stale because it has been open 30 days with no activity. The PR will be reviewed by a maintainer and may be closed'
- stale-pr-label: 'state: stale'
- exempt-pr-labels: 'state: accepted, state: in-progress'