chore: use reusable scan-pull-request workflow - #1082
Merged
paullatzelsperger merged 1 commit intoSep 8, 2026
Merged
Conversation
Replaces the inline copy of the PR title and label checks with the reusable workflow from eclipse-edc/.github, as already done in Connector. Future action bumps then only need to happen in one place. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016hZeCWzWwHyt2SwLPGn3zX
wolf4ood
approved these changes
Sep 8, 2026
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.
What this PR changes/adds
Replaces IdentityHub's inline copy of the
scan-pull-requestworkflow (PR title check + label check) with a thin wrapper around the reusable workflow fromeclipse-edc/.github, exactly as Connector already does.Why it does that
IdentityHub was one of the few repos carrying its own copy of these checks, so action bumps (such as the recent label-checker fix in #1081 and eclipse-edc/.github#248) had to be applied twice. Delegating to the shared workflow keeps future maintenance in one place. Behavioral note: the shared workflow's accepted label list is a superset of the inline one — it additionally accepts the
securitylabel.Linked Issue(s)
none
🤖 Generated with Claude Code
https://claude.ai/code/session_016hZeCWzWwHyt2SwLPGn3zX