From 2b15d2716fdb3efe0a085bf97e69207363d6db5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 17:00:33 +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.0.1 to 1.1.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/e92cb6053ace495fe40a5f185988557afcdcecbc...6d7a83e6fc8275128984b0ed3defa4b8cdc40f85) Updates `github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml` from 1.0.1 to 1.1.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/e92cb6053ace495fe40a5f185988557afcdcecbc...6d7a83e6fc8275128984b0ed3defa4b8cdc40f85) --- updated-dependencies: - dependency-name: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml dependency-version: 1.1.0 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.1.0 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 1ac3dfeb..8a0d16b0 100644 --- a/.github/workflows/auto-labeler.yaml +++ b/.github/workflows/auto-labeler.yaml @@ -10,7 +10,7 @@ jobs: permissions: contents: read pull-requests: write - uses: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@e92cb6053ace495fe40a5f185988557afcdcecbc + uses: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@6d7a83e6fc8275128984b0ed3defa4b8cdc40f85 with: config-name: release-drafter.yml secrets: diff --git a/.github/workflows/pr-title.yaml b/.github/workflows/pr-title.yaml index 09a160a0..feb4aa89 100644 --- a/.github/workflows/pr-title.yaml +++ b/.github/workflows/pr-title.yaml @@ -12,6 +12,6 @@ jobs: contents: read pull-requests: read statuses: write - uses: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml@e92cb6053ace495fe40a5f185988557afcdcecbc + uses: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml@6d7a83e6fc8275128984b0ed3defa4b8cdc40f85 secrets: github-token: ${{ secrets.GITHUB_TOKEN }}