Replace CLA workflow with centralized reusable workflow#3168
Merged
liquidsec merged 1 commit intoJun 12, 2026
Conversation
Replaces the full inline CLA workflow with a thin caller that references the reusable workflow in blacklanternsecurity/.github. CLA logic is now maintained in one place across all BLS repos. This also fixes the bug where org members (e.g. liquidsec) were flagged as unsigned when they committed to an external contributor's PR (blacklanternsecurity#3144). Depends on: blacklanternsecurity/.github#1
liquidsec
approved these changes
Jun 12, 2026
3 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #3168 +/- ##
=====================================
+ Coverage 91% 91% +1%
=====================================
Files 448 448
Lines 42654 42654
=====================================
+ Hits 38397 38408 +11
+ Misses 4257 4246 -11 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Summary
blacklanternsecurity/.githubliquidsecwas flagged as unsigned despite being a BLS org memberWhat changed
Before: bbot had its own full CLA workflow with all the logic inline. The pre-check step identified org members as exempt, but didn't pass that information to the CLA Assistant action — so org members who committed to external PRs were falsely flagged.
After: bbot's
cla.ymlis just:The reusable workflow (blacklanternsecurity/.github#1) handles everything, including dynamically adding org members to the CLA Assistant's allowlist.
Dependencies
Test plan
liquidsecshould pass, onlythunderstornXevaluated for CLA