Chore: remove redundant workflow copies#71
Merged
tykeal merged 1 commit intoJun 9, 2026
Merged
Conversation
Remove workflow copies now maintained centrally in the .github repository. An organisation-level Ruleset will enforce the canonical versions, making these per-repository copies redundant. Removed: - autolabeler.yaml - semantic-pull-request.yaml - sha-pinned-actions.yaml Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
There was a problem hiding this comment.
Pull request overview
This PR removes repository-local GitHub Actions workflows that are now intended to be managed centrally via the organization’s .github repository, in preparation for enabling an org-level “Mandatory workflows” ruleset.
Changes:
- Deleted the local
autolabeler.yamlworkflow. - Deleted the local
semantic-pull-request.yamlworkflow. - Deleted the local
sha-pinned-actions.yamlworkflow.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/sha-pinned-actions.yaml |
Removed redundant SHA-pinning audit workflow in favor of the org-managed canonical version. |
.github/workflows/semantic-pull-request.yaml |
Removed redundant semantic PR title validation workflow in favor of the org-managed canonical version. |
.github/workflows/autolabeler.yaml |
Removed redundant PR autolabeling workflow in favor of the org-managed canonical version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
tykeal
approved these changes
Jun 9, 2026
tykeal
left a comment
Contributor
There was a problem hiding this comment.
🤖 Dependamerge
Approved this pull request ✅
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes the per-repository copies of workflow(s) now maintained
canonically in the organisation
.githubrepository:These local copies are redundant ahead of enabling an
organisation-level Ruleset (
Mandatory workflows) that enforcesthe canonical versions centrally.
Co-Authored-By: Claude noreply@anthropic.com