add experimental flag instruction to expiring rels doc. #1302
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" | |
| on: # yamllint disable-line rule:truthy | |
| issue_comment: | |
| types: | |
| - "created" | |
| pull_request_target: | |
| types: | |
| - "opened" | |
| - "closed" | |
| - "synchronize" | |
| merge_group: | |
| types: | |
| - "checks_requested" | |
| jobs: | |
| cla: | |
| name: "Check Signature" | |
| runs-on: "buildjet-2vcpu-ubuntu-2204" | |
| steps: | |
| - uses: "authzed/actions/cla-check@main" | |
| with: | |
| github_token: "${{ secrets.GITHUB_TOKEN }}" | |
| cla_assistant_token: "${{ secrets.CLA_ASSISTANT_ACCESS_TOKEN }}" |