Add an exploratory L63 example with lots of diagnostics, for upcoming blogpost #117
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 Workflow | |
| permissions: | |
| contents: write | |
| checks: write | |
| actions: write | |
| pull-requests: write | |
| on: | |
| merge_group: | |
| pull_request_target: | |
| types: [opened, reopened, synchronize, auto_merge_enabled, review_requested] | |
| branches: | |
| - main | |
| - master | |
| jobs: | |
| cla: | |
| uses: clima/.github/.github/workflows/cla_template.yml@main | |
| secrets: inherit |