From 63affa229f50a829d8618afad9430f8e87735171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 21:37:41 +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.2.3 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/13d124b245cf85ba41d9dd58d6888979043f1a29...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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-labeler.yml b/.github/workflows/auto-labeler.yml index 5a11d90..e7b8610 100644 --- a/.github/workflows/auto-labeler.yml +++ b/.github/workflows/auto-labeler.yml @@ -11,7 +11,7 @@ jobs: permissions: contents: read pull-requests: write - 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@4bf2f3062f44f0f2461de7c937d7695cf51549a0 with: config-name: release-drafter.yml secrets: From 5a5299460e6885e641a7f766e683b6b665f31c41 Mon Sep 17 00:00:00 2001 From: Jason Meridth Date: Thu, 27 Aug 2026 16:39:10 -0500 Subject: [PATCH 2/2] Add write permissions for issues in auto-labeler workflow Signed-off-by: Jason Meridth --- .github/workflows/auto-labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-labeler.yml b/.github/workflows/auto-labeler.yml index e7b8610..fa39577 100644 --- a/.github/workflows/auto-labeler.yml +++ b/.github/workflows/auto-labeler.yml @@ -11,6 +11,7 @@ jobs: permissions: contents: read pull-requests: write + issues: write uses: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@4bf2f3062f44f0f2461de7c937d7695cf51549a0 with: config-name: release-drafter.yml