From 478bc7d6082eb99e1f0c2054c561ff057601d98e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 00:07:59 +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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-labeler.yml b/.github/workflows/auto-labeler.yml index dd2e851..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@c444c51302c29dd18b5b904565195b0475a25ad0 + uses: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@4bf2f3062f44f0f2461de7c937d7695cf51549a0 with: config-name: release-drafter.yml secrets: From 223d550cc49b6ba05e0297bfd87fb05b88aebf92 Mon Sep 17 00:00:00 2001 From: Jason Meridth Date: Sun, 30 Aug 2026 19:08:36 -0500 Subject: [PATCH 2/2] Add write permission 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