Skip to content

Commit 3d537d3

Browse files
jmeridthclaude
andauthored
chore: update ospo-reusable-workflows org path in CI workflows (#172)
## What Updated the GitHub Actions reusable workflow references from `github/ospo-reusable-workflows` to `github-community-projects/ospo-reusable-workflows` across auto-labeler, pr-title, and release workflows. ## Why The ospo-reusable-workflows repository was transferred to the `github-community-projects` organization, so the old `github/` path will stop resolving. ## Notes - The pinned commit SHA remains unchanged, so the exact same workflow versions are used - All three workflows (auto-labeler, pr-title, release) were affected Signed-off-by: jmeridth <jmeridth@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ccc1920 commit 3d537d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
contents: read
1313
pull-requests: write
14-
uses: github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@3b691dff6b68489c8548e1295d125c93c9c29a4e
14+
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@3b691dff6b68489c8548e1295d125c93c9c29a4e
1515
with:
1616
config-name: release-drafter.yml
1717
secrets:

.github/workflows/pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
contents: read
1111
pull-requests: read
1212
statuses: write
13-
uses: github/ospo-reusable-workflows/.github/workflows/pr-title.yaml@3b691dff6b68489c8548e1295d125c93c9c29a4e
13+
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml@3b691dff6b68489c8548e1295d125c93c9c29a4e
1414
secrets:
1515
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
contents: write
1212
pull-requests: read
13-
uses: github/ospo-reusable-workflows/.github/workflows/release.yaml@3b691dff6b68489c8548e1295d125c93c9c29a4e
13+
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml@3b691dff6b68489c8548e1295d125c93c9c29a4e
1414
with:
1515
publish: true
1616
release-config-name: release-drafter.yml

0 commit comments

Comments
 (0)