Skip to content

refactor(ci): update centralized workflow references to flattened paths#43

Merged
jimisola merged 3 commits into
mainfrom
refactor/flatten-centralized-workflow-paths
May 12, 2026
Merged

refactor(ci): update centralized workflow references to flattened paths#43
jimisola merged 3 commits into
mainfrom
refactor/flatten-centralized-workflow-paths

Conversation

@jimisola
Copy link
Copy Markdown
Member

Summary

Follow-up to reqstool/.github#31 — updates all uses: references to the centralized reusable workflows now that subdirectories have been removed.

Changes

Old reference New reference
typescript/lint.yml typescript-lint.yml
typescript/build.yml typescript-build.yml
typescript/publish-to-vscode.yml typescript-publish-to-vscode.yml
common/check-release.yml common-check-release.yml
common/release-preview.yml common-release-preview.yml
common/release.yml common-release.yml

Test plan

jimisola added 2 commits May 12, 2026 11:20
reqstool/.github no longer uses subdirectories for reusable workflows
(GitHub Actions limitation). Update all uses: references from
subdirectory paths (e.g. typescript/lint.yml) to prefixed top-level
names (e.g. typescript-lint.yml).

Signed-off-by: Jimisola Laursen <jimisola@jimisola.com>
Signed-off-by: Jimisola Laursen <jimisola@jimisola.com>
Comment thread .github/workflows/check-semantic-pr.yml Fixed
Fixes CodeQL alert: workflow does not limit GITHUB_TOKEN permissions.

Signed-off-by: Jimisola Laursen <jimisola@jimisola.com>
@jimisola jimisola self-assigned this May 12, 2026
@jimisola jimisola merged commit 8220c0e into main May 12, 2026
4 checks passed
@jimisola jimisola deleted the refactor/flatten-centralized-workflow-paths branch May 12, 2026 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants