From 1a1c57eb99fbf7d6e4f17803b5d619f115d515fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 08:19:35 +0000 Subject: [PATCH] :arrow_up: github-actions: Bump microsoft/PR-Metrics Bumps [microsoft/PR-Metrics](https://github.com/microsoft/pr-metrics) from 1.7.2 to 1.7.15. - [Release notes](https://github.com/microsoft/pr-metrics/releases) - [Commits](https://github.com/microsoft/pr-metrics/compare/v1.7.2...v1.7.15) --- updated-dependencies: - dependency-name: microsoft/PR-Metrics dependency-version: 1.7.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-metrics.yml b/.github/workflows/pr-metrics.yml index c76d078..39f9356 100644 --- a/.github/workflows/pr-metrics.yml +++ b/.github/workflows/pr-metrics.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 - - uses: microsoft/PR-Metrics@v1.7.2 + - uses: microsoft/PR-Metrics@v1.7.15 name: PR Metrics env: PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}