spike(spine-adopt): the A13.1 + A14 apparatus slice — INV 2's seed20 × committed-seed20 byte-equality referent LIVE on the top-level arm (charter v1.4 § 7 E25) · the control run's arm-B disclosure renders n/a (A14) — the next apparatus pin; MERGE HELD behind the 0e01112d cure run pin #7800
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CLA Assistant | |
| on: | |
| issue_comment: | |
| types: [created] | |
| pull_request_target: | |
| types: [opened, synchronize, reopened] | |
| permissions: | |
| actions: write | |
| contents: write | |
| pull-requests: write | |
| statuses: write | |
| jobs: | |
| cla: | |
| if: | | |
| (github.event_name == 'pull_request_target') || | |
| (github.event_name == 'issue_comment' && github.event.comment.body == 'recheck') | |
| name: CLA Check | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: contributor-assistant/github-action@ca4a40a7d1004f18d9960b404b97e5f30a505a08 # v2.6.1 | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_TOKEN }} | |
| with: | |
| path-to-signatures: signatures/cla.json | |
| path-to-document: https://github.com/mmnto-ai/totem/blob/main/.github/CLA.md | |
| branch: cla-signatures | |
| allowlist: satur8d,dependabot[bot],github-actions[bot],renovate[bot],mmnto-bot | |
| custom-notsigned-prcomment: >- | |
| Thank you for your contribution! Before we can merge this PR, we need you to sign our | |
| [Contributor License Agreement]($CLA_DOCUMENT). | |
| <br><br> | |
| To sign, please reply to this comment with:<br> | |
| `I have read the CLA Document and I hereby sign the CLA` | |
| custom-pr-sign-comment: I have read the CLA Document and I hereby sign the CLA |