From a89473802ce0be3c63bffbdee45bdde3f43b73c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 14:53:57 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml](https://github.com/github-community-projects/ospo-reusable-workflows) and [github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml](https://github.com/github-community-projects/ospo-reusable-workflows). Updates `github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml` from 1.2.3 to 1.5.1 - [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/13d124b245cf85ba41d9dd58d6888979043f1a29...c444c51302c29dd18b5b904565195b0475a25ad0) Updates `github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml` from 1.2.3 to 1.5.1 - [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/13d124b245cf85ba41d9dd58d6888979043f1a29...c444c51302c29dd18b5b904565195b0475a25ad0) --- updated-dependencies: - dependency-name: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-labeler.yaml | 2 +- .github/workflows/pr-title.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-labeler.yaml b/.github/workflows/auto-labeler.yaml index f2482c5f..c52305c8 100644 --- a/.github/workflows/auto-labeler.yaml +++ b/.github/workflows/auto-labeler.yaml @@ -15,7 +15,7 @@ jobs: permissions: contents: read # Required by reusable workflow pull-requests: write # Apply labels to PRs - uses: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@13d124b245cf85ba41d9dd58d6888979043f1a29 + uses: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@c444c51302c29dd18b5b904565195b0475a25ad0 with: config-name: release-drafter.yml secrets: diff --git a/.github/workflows/pr-title.yaml b/.github/workflows/pr-title.yaml index a30eac36..0fffc565 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@13d124b245cf85ba41d9dd58d6888979043f1a29 + uses: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml@c444c51302c29dd18b5b904565195b0475a25ad0 secrets: github-token: ${{ secrets.GITHUB_TOKEN }}