From 439c5aee1db335c066adcf0af437fcc6c5bd6931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 12:03:00 +0000 Subject: [PATCH] build(deps): bump github/issue-metrics from 4.2.5 to 4.2.8 Bumps [github/issue-metrics](https://github.com/github/issue-metrics) from 4.2.5 to 4.2.8. - [Release notes](https://github.com/github/issue-metrics/releases) - [Commits](https://github.com/github/issue-metrics/compare/7d11f06fad8611f09f067325c1ed4b363c18a90b...44173f9e0a3b2144a777a10a340e4c09a25ac9f8) --- updated-dependencies: - dependency-name: github/issue-metrics dependency-version: 4.2.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/issue-metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-metrics.yml b/.github/workflows/issue-metrics.yml index d2bf165..b2b7f1e 100644 --- a/.github/workflows/issue-metrics.yml +++ b/.github/workflows/issue-metrics.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Run issue-metrics tool - uses: github/issue-metrics@7d11f06fad8611f09f067325c1ed4b363c18a90b # v4.2.5 + uses: github/issue-metrics@44173f9e0a3b2144a777a10a340e4c09a25ac9f8 # v4.2.8 env: GH_TOKEN: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }} LABELS_TO_MEASURE: 'waiting for eng review,product review,needs test run,waiting on author,Ready to Merge,blocked by other work'