From 55c17179f334ed7e24c76baf47393013ebcadc44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 12:06:31 +0000 Subject: [PATCH] build(deps): bump github/issue-metrics from 5.0.0 to 5.0.1 Bumps [github/issue-metrics](https://github.com/github/issue-metrics) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/github/issue-metrics/releases) - [Commits](https://github.com/github/issue-metrics/compare/df8c49d20958f9345281fa2124858bd0ad227e1f...61084fa9599a62c7821f06602e180a42d1c7a205) --- updated-dependencies: - dependency-name: github/issue-metrics dependency-version: 5.0.1 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 08cdf8b..090165d 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@df8c49d20958f9345281fa2124858bd0ad227e1f # v5.0.0 + uses: github/issue-metrics@61084fa9599a62c7821f06602e180a42d1c7a205 # v5.0.1 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'