From 29c12c67647267a875f39187a91cd32b7a81ff4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 14:54:59 +0000 Subject: [PATCH] chore(deps): bump github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml Bumps [github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml](https://github.com/github-community-projects/ospo-reusable-workflows) from 1.5.1 to 2.0.0. - [Release notes](https://github.com/github-community-projects/ospo-reusable-workflows/releases) - [Changelog](https://github.com/github-community-projects/ospo-reusable-workflows/blob/main/docs/release.md) - [Commits](https://github.com/github-community-projects/ospo-reusable-workflows/compare/c444c51302c29dd18b5b904565195b0475a25ad0...4bf2f3062f44f0f2461de7c937d7695cf51549a0) --- updated-dependencies: - dependency-name: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-title.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-title.yaml b/.github/workflows/pr-title.yaml index 0fffc565..f301ba2c 100644 --- a/.github/workflows/pr-title.yaml +++ b/.github/workflows/pr-title.yaml @@ -17,6 +17,6 @@ jobs: contents: read # Required by reusable workflow pull-requests: read # Read PR title statuses: write # Report lint status - uses: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml@c444c51302c29dd18b5b904565195b0475a25ad0 + uses: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml@4bf2f3062f44f0f2461de7c937d7695cf51549a0 secrets: github-token: ${{ secrets.GITHUB_TOKEN }}