[ENG-2795] Relay cloud datasource capture, management and availability #2161
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: "MindsHub Cowork-Server CLA Assistant" | ||
|
Check warning on line 1 in .github/workflows/cla.yml
|
||
| permissions: | ||
| actions: read | ||
| contents: write | ||
| pull-requests: write | ||
| statuses: write | ||
| on: | ||
| issue_comment: | ||
| types: [created] | ||
| pull_request_target: | ||
| types: [opened,closed,synchronize] | ||
| jobs: | ||
| CLAssistant: | ||
| uses: mindsdb/github-actions/.github/workflows/cla-assistant.yml@main | ||
| with: | ||
| path-to-document: 'https://github.com/mindsdb/mindshub/blob/main/assets/contributions-agreement/individual-contributor.md' | ||