From eab95c91f2405433ff369df2a9428d9eed4a75e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 04:05:50 +0000 Subject: [PATCH] Bump microsoft/PR-Metrics from 1.7.13 to 1.7.14 Bumps [microsoft/PR-Metrics](https://github.com/microsoft/pr-metrics) from 1.7.13 to 1.7.14. - [Release notes](https://github.com/microsoft/pr-metrics/releases) - [Commits](https://github.com/microsoft/pr-metrics/compare/v1.7.13...v1.7.14) --- updated-dependencies: - dependency-name: microsoft/PR-Metrics dependency-version: 1.7.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0171c600..b2c91663 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 - name: PR Metrics - uses: microsoft/PR-Metrics@v1.7.13 + uses: microsoft/PR-Metrics@v1.7.14 env: PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}