From bb372751f70ba42f9c775531e0d41fd48a95ac0e Mon Sep 17 00:00:00 2001 From: Nacho Date: Mon, 23 Sep 2019 10:30:23 -0400 Subject: [PATCH] Reverted test settings --- .github/workflows/stale.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e45bdbf45..250b2c468 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -2,7 +2,7 @@ name: Mark stale issues and pull requests on: schedule: - - cron: "*/5 * * * *" + - cron: "0 * * * *" jobs: stale: @@ -15,7 +15,8 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you are still interested in this issue and it is still relevant you can comment or remove the label to revive it.' stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you are still interested in this issue and it is still relevant you can comment or remove the label to revive it.' + exempt-issue-label: 'Area: Security' stale-issue-label: 'Status: Wontfix' stale-pr-label: 'Status: Wontfix' - days-before-stale: 1 - days-before-close: 1 + days-before-stale: 60 + days-before-close: 14