Sha256: b6daddc3e7677737e09e119f776fdc9a9038d49b9f4f30f6d8044f918aeb04d9

Contents?: true

Size: 603 Bytes

Versions: 17

Compression:

Stored size: 603 Bytes

Contents

name: Contributor License Agreement (CLA)

on:
  pull_request_target:
    types: [opened, synchronize, reopened]
  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

17 entries across 17 versions & 1 rubygems

Version Path
rubocop-sorbet-0.8.7 .github/workflows/cla.yml
rubocop-sorbet-0.8.6 .github/workflows/cla.yml
rubocop-sorbet-0.8.5 .github/workflows/cla.yml
rubocop-sorbet-0.8.4 .github/workflows/cla.yml
rubocop-sorbet-0.8.3 .github/workflows/cla.yml
rubocop-sorbet-0.8.2 .github/workflows/cla.yml
rubocop-sorbet-0.8.1 .github/workflows/cla.yml
rubocop-sorbet-0.8.0 .github/workflows/cla.yml
rubocop-sorbet-0.7.8 .github/workflows/cla.yml
rubocop-sorbet-0.7.7 .github/workflows/cla.yml
rubocop-sorbet-0.7.6 .github/workflows/cla.yml
rubocop-sorbet-0.7.5 .github/workflows/cla.yml
rubocop-sorbet-0.7.4 .github/workflows/cla.yml
rubocop-sorbet-0.7.3 .github/workflows/cla.yml
rubocop-sorbet-0.7.2 .github/workflows/cla.yml
rubocop-sorbet-0.7.1 .github/workflows/cla.yml
rubocop-sorbet-0.7.0 .github/workflows/cla.yml