From 6287a4baa377b84a9192cb7a054f940e2d62ca80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 12:03:29 +0000 Subject: [PATCH] build(deps): bump github/issue-metrics from 3 to 4 Bumps [github/issue-metrics](https://github.com/github/issue-metrics) from 3 to 4. - [Release notes](https://github.com/github/issue-metrics/releases) - [Commits](https://github.com/github/issue-metrics/compare/v3...v4) --- updated-dependencies: - dependency-name: github/issue-metrics dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... 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 48e89b2..579df5b 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@v3 + uses: github/issue-metrics@v4 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'