[WIP] Refactor duplicated code for improved maintainability #115
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
| name: CLA marker | ||
| on: | ||
| pull_request_target: | ||
| types: [opened, reopened, synchronize, edited, ready_for_review] | ||
| jobs: | ||
| cla: | ||
|
Check failure on line 7 in .github/workflows/cla.yml
|
||
| uses: Smidjehoien/.github/.github/workflows/cla-mark.yml@main | ||
| with: | ||
| cover_org_members: true | ||
| cover_collaborators: false | ||
| allowlist_users: 'cosmicjesterx' | ||
| create_missing_labels: true | ||