Author doc-approval app manifest and multi-component manifests #106
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
| # Org-wide CLA gate — see traverse-framework/.github (governance v1.0.1). | |
| name: cla | |
| on: | |
| issue_comment: | |
| types: [created] | |
| pull_request_target: | |
| types: [opened, closed, synchronize] | |
| permissions: | |
| actions: write | |
| contents: read | |
| pull-requests: write | |
| statuses: write | |
| jobs: | |
| cla: | |
| uses: traverse-framework/.github/.github/workflows/reusable-cla.yml@bootstrap-governance | |
| secrets: | |
| cla-assistant-pat: ${{ secrets.CLA_ASSISTANT_PAT }} |