Sha256: b3121b9e3acd2181fc4a05b07dd98b2cba3bec1fa86058d4439b77d07fd04999

Contents?: true

Size: 593 Bytes

Versions: 195

Compression:

Stored size: 593 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

195 entries across 195 versions & 21 rubygems

Version Path
krane-3.7.2 .github/workflows/cla.yml
shopify_app-22.5.2 .github/workflows/cla.yml
cli-kit-5.0.1 .github/workflows/cla.yml
krane-3.7.1 .github/workflows/cla.yml
shopify-money-3.0.2 .github/workflows/cla.yml
shopify-money-3.0.1 .github/workflows/cla.yml
active_utils-3.5.0 .github/workflows/cla.yml
smart_todo-1.9.1 .github/workflows/cla.yml
job-iteration-1.9.0 .github/workflows/cla.yml
active_utils-3.4.2 .github/workflows/cla.yml
krane-3.7.0 .github/workflows/cla.yml
statsd-instrument-3.9.9 .github/workflows/cla.yml
shopify_api-14.8.0 .github/workflows/cla.yml
statsd-instrument-3.9.8 .github/workflows/cla.yml
shopify_app-22.5.1 .github/workflows/cla.yml
job-iteration-1.8.0 .github/workflows/cla.yml
shopify_app-22.5.0 .github/workflows/cla.yml
shopify_api-14.7.0 .github/workflows/cla.yml
statsd-instrument-3.9.7 .github/workflows/cla.yml
statsd-instrument-3.9.6 .github/workflows/cla.yml