Skip to content

⚡ Bolt: [performance improvement] optimize redundant strip #1490

⚡ Bolt: [performance improvement] optimize redundant strip

⚡ Bolt: [performance improvement] optimize redundant strip #1490

Workflow file for this run

# SPDX-FileCopyrightText: 2025 Knitli Inc. <knitli@knit.li>
# SPDX-FileContributor: Adam Poulemanos <adam@knit.li>
#
# SPDX-License-Identifier: MIT OR Apache-2.0
# ! GitHub Action to check CLA signatures for Knitli repositories
# ! This action is triggered on issue comments and pull request events.
name: CLA Assistant
on:
issue_comment:
types:
- created
pull_request_target:
types:
- opened
- closed
- synchronize
permissions:
actions: write
contents: read
pull-requests: write
statuses: write
jobs:
cla-check:
uses: knitli/.github/.github/workflows/cla-check.yml@main

Check failure on line 24 in .github/workflows/cla.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cla.yml

Invalid workflow file

error parsing called workflow ".github/workflows/cla.yml" -> "knitli/.github/.github/workflows/cla-check.yml@main" (source branch with sha:c630eb0f9c9d2c84570b63bc1eefc992696f2b23) : (Line: 467, Col: 39): Unrecognized function: 'replace'. Located at position 1 within expression: replace(needs.check-cla.outputs.needs_cla_csv, ',', ', @')
with:
repo_name: codeweaver
cla_document_url: https://github.com/knitli/codeweaver/blob/main/CONTRIBUTORS_LICENSE_AGREEMENT.md
secrets:
CLA_ACCESS_TOKEN: ${{ secrets.CLA_ACCESS_TOKEN }}