From c0a566e25eebe6d4276fa89a7972d3732a24d6ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 18:44:04 +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.16. - [Release notes](https://github.com/microsoft/pr-metrics/releases) - [Commits](https://github.com/microsoft/pr-metrics/compare/v1.7.2...v1.7.16) --- updated-dependencies: - dependency-name: microsoft/PR-Metrics dependency-version: 1.7.16 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..4c3ef58 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.16 name: PR Metrics env: PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}