From adb299da8071dc686b4dcfe6d5de98c3c517fb0a Mon Sep 17 00:00:00 2001 From: Kelly Kostopoulou Date: Thu, 28 Sep 2023 22:27:22 -0400 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 64 ++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c5509f67a2e04..0763a3ba21450 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,33 +1,33 @@ -name: 'Close stale issues and PRs' -on: - schedule: - - cron: '30 1 * * *' +# name: 'Close stale issues and PRs' +# on: +# schedule: +# - cron: '30 1 * * *' -jobs: - stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v6 - with: - repo-token: ${{ secrets.GH_BOT_ACCESS_TOKEN }} - # Number of days of inactivity before a stale Issue or Pull Request is closed. - # Set to -1 to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. - days-before-close: 14 - # Number of days of inactivity before an Issue or Pull Request becomes stale - days-before-stale: 30 - # We don't want any Issues to be marked as stale for now. - days-before-issue-stale: -1 - exempt-issue-labels: no stalebot - exempt-pr-labels: no stalebot - operations-per-run: 500 - stale-issue-label: stale - stale-pr-label: stale - stale-pr-message: > - This pull request has been automatically marked as stale because it has not had - activity in the last 30 days. It will be closed in 2 weeks if no further activity occurs. Please - feel free to give a status update now, ping for review, or re-open when it's ready. - Thank you for your contributions! - close-pr-message: > - This pull request has been automatically closed because it has not had - activity in the last 2 weeks. Please feel free to give a status update now, ping for review, or re-open when it's ready. - Thank you for your contributions! +# jobs: +# stale: +# runs-on: ubuntu-latest +# steps: +# - uses: actions/stale@v6 +# with: +# repo-token: ${{ secrets.GH_BOT_ACCESS_TOKEN }} +# # Number of days of inactivity before a stale Issue or Pull Request is closed. +# # Set to -1 to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. +# days-before-close: 14 +# # Number of days of inactivity before an Issue or Pull Request becomes stale +# days-before-stale: 30 +# # We don't want any Issues to be marked as stale for now. +# days-before-issue-stale: -1 +# exempt-issue-labels: no stalebot +# exempt-pr-labels: no stalebot +# operations-per-run: 500 +# stale-issue-label: stale +# stale-pr-label: stale +# stale-pr-message: > +# This pull request has been automatically marked as stale because it has not had +# activity in the last 30 days. It will be closed in 2 weeks if no further activity occurs. Please +# feel free to give a status update now, ping for review, or re-open when it's ready. +# Thank you for your contributions! +# close-pr-message: > +# This pull request has been automatically closed because it has not had +# activity in the last 2 weeks. Please feel free to give a status update now, ping for review, or re-open when it's ready. +# Thank you for your contributions!