Skip to content

Revert "Replace jfrog-platform skill with 11 individual product skills" #4

Revert "Replace jfrog-platform skill with 11 individual product skills"

Revert "Replace jfrog-platform skill with 11 individual product skills" #4

Workflow file for this run

# Copyright (c) JFrog Ltd. 2025
# Licensed under the Apache License, Version 2.0
# https://www.apache.org/licenses/LICENSE-2.0
name: "CLA Assistant"
on:
# issue_comment triggers this action on each comment on issues and pull requests
issue_comment:
types: [ created ]
pull_request_target:
types: [ opened, synchronize ]
jobs:
CLAssistant:
runs-on: ubuntu-latest
steps:
- name: Run CLA Check
uses: jfrog/.github/actions/cla@main
with:
event_comment_body: ${{ github.event.comment.body }}
event_name: ${{ github.event_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CLA_SIGN_TOKEN: ${{ secrets.CLA_SIGN_TOKEN }}