From a2bfe2aed08cbfba7f7200c1b60debde86b5018b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 14:54:57 +0000 Subject: [PATCH 1/2] chore(deps): bump github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml Bumps [github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.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/auto-labeler.yaml dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-labeler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-labeler.yaml b/.github/workflows/auto-labeler.yaml index c52305c8..7a17fcc1 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@c444c51302c29dd18b5b904565195b0475a25ad0 + uses: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@4bf2f3062f44f0f2461de7c937d7695cf51549a0 with: config-name: release-drafter.yml secrets: From cffd44d9508182eba81e494821bc53b4273002d2 Mon Sep 17 00:00:00 2001 From: Jason Meridth Date: Fri, 21 Aug 2026 10:06:59 -0500 Subject: [PATCH 2/2] fix: Update auto-labeler permissions for issues Added permission to auto-create missing labels for issues. Signed-off-by: Jason Meridth --- .github/workflows/auto-labeler.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-labeler.yaml b/.github/workflows/auto-labeler.yaml index 7a17fcc1..c11f0d47 100644 --- a/.github/workflows/auto-labeler.yaml +++ b/.github/workflows/auto-labeler.yaml @@ -15,6 +15,7 @@ jobs: permissions: contents: read # Required by reusable workflow pull-requests: write # Apply labels to PRs + issues: write # Auto-create labels missing from the repository uses: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@4bf2f3062f44f0f2461de7c937d7695cf51549a0 with: config-name: release-drafter.yml