From 5ef9a65d2a9fe40950c4fda067cc13ff318377d7 Mon Sep 17 00:00:00 2001 From: cbrgm <24737434+cbrgm@users.noreply.github.com> Date: Sun, 11 Feb 2024 11:57:06 +0000 Subject: [PATCH] chore: batch update of project dependencies and configurations --- .anvil.lock | 4 ++-- .github/workflows/stale.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.anvil.lock b/.anvil.lock index 8e5394b..b1889e3 100644 --- a/.anvil.lock +++ b/.anvil.lock @@ -1,6 +1,6 @@ { - "generated_at": "2024-01-31T13:13:19.792723599Z", - "version": "1.2.5", + "generated_at": "2024-02-11T11:57:06.339340104Z", + "version": "1.2.7", "files": [ { "path": ".editorconfig" diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c38b0da..7ee8cd8 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -2,7 +2,7 @@ name: stale-issues-prs-branches on: schedule: - - cron: 0 0/6 * * * + - cron: 0 0 * * * jobs: label-issues: runs-on: ubuntu-latest @@ -13,7 +13,7 @@ jobs: repo-token: '${{ secrets.GITHUB_TOKEN }}' stale-issue-message: "This issue is idle because it has been open for 14 days with no activity." stale-issue-label: idle - days-before-stale: 14 + days-before-stale: 90 days-before-close: -1 operations-per-run: 100 exempt-issue-labels: backlog @@ -23,7 +23,7 @@ jobs: repo-token: '${{ secrets.GITHUB_TOKEN }}' stale-pr-message: "This PR is idle because it has been open for 14 days with no activity." stale-pr-label: idle - days-before-stale: 14 + days-before-stale: 90 days-before-close: -1 operations-per-run: 100 - name: Cleanup Stale Branches