Sha256: f4c2b7404950e8d3631c21139793807067a8384a8b76ce82f289e8c644d36089

Contents?: true

Size: 591 Bytes

Versions: 30

Compression:

Stored size: 591 Bytes

Contents

name: Contributor License Agreement (CLA)

on:
  pull_request_target:
    types: [opened, synchronize]
  issue_comment:
    types: [created]

jobs:
  cla:
    runs-on: ubuntu-latest
    if: |
      (github.event.issue.pull_request
        && !github.event.issue.pull_request.merged_at
        && contains(github.event.comment.body, 'signed')
      )
      || (github.event.pull_request && !github.event.pull_request.merged)
    steps:
      - uses: Shopify/shopify-cla-action@v1
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          cla-token: ${{ secrets.CLA_TOKEN }}

Version data entries

30 entries across 30 versions & 8 rubygems

Version Path
paquito-0.11.2 .github/workflows/cla.yml
buildkit-1.6.1 .github/workflows/cla.yml
graphql-metrics-6.0.0 .github/workflows/cla.yml
rack-sanitizer-2.0.3 .github/workflows/cla.yml
ejson-rails-1.0.0 .github/workflows/cla.yml
annex_29-0.2.1 .github/workflows/cla.yml
rack-sanitizer-2.0.2 .github/workflows/cla.yml
buildkit-1.6.0 .github/workflows/cla.yml
paquito-0.11.1 .github/workflows/cla.yml
graphql-batch-0.6.0 .github/workflows/cla.yml
graphql-batch-0.5.4 .github/workflows/cla.yml
annex_29-0.2.0 .github/workflows/cla.yml
graphql-metrics-5.0.8 .github/workflows/cla.yml
paquito-0.11.0 .github/workflows/cla.yml
ejson-rails-0.2.1 .github/workflows/cla.yml
ejson-rails-0.2.0 .github/workflows/cla.yml
graphql-batch-0.5.3 .github/workflows/cla.yml
graphql-metrics-5.0.7 .github/workflows/cla.yml
graphql-metrics-5.0.6 .github/workflows/cla.yml
graphql-metrics-5.0.5 .github/workflows/cla.yml