From 2d7e7991333ce501384f5e9ab72f9099a8a647fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:35:30 +0000 Subject: [PATCH] build(deps): bump github/issue-metrics from 2 to 3 Bumps [github/issue-metrics](https://github.com/github/issue-metrics) from 2 to 3. - [Release notes](https://github.com/github/issue-metrics/releases) - [Commits](https://github.com/github/issue-metrics/compare/v2...v3) --- updated-dependencies: - dependency-name: github/issue-metrics 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 c04696d..967a8b5 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@v2 + uses: github/issue-metrics@v3 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'