From 4800e1b514a7a99946df51756cf8bca0b387baf1 Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Sun, 5 May 2024 16:25:01 -0500 Subject: [PATCH] Update stale-issues.yml --- .github/workflows/stale-issues.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index 66883831d5..38e04379b6 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -1,16 +1,16 @@ -name: 'Close stale issues and PRs' +# name: 'Close stale issues and PRs' -on: - schedule: - - cron: '30 1 * * *' - workflow_dispatch: +# on: +# schedule: +# - cron: '30 1 * * *' +# workflow_dispatch: -jobs: - stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v6 - with: - stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.' - days-before-stale: 30 - days-before-close: 5 +# jobs: +# stale: +# runs-on: ubuntu-latest +# steps: +# - uses: actions/stale@v6 +# with: +# stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.' +# days-before-stale: 30 +# days-before-close: 5