ADR 0034 documentation standard publication #570
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: Code Review | |
| on: | |
| pull_request: | |
| types: [labeled, opened, ready_for_review, reopened, synchronize] | |
| permissions: {} | |
| jobs: | |
| review: | |
| name: Review | |
| uses: bitwarden/gh-actions/.github/workflows/_review-code.yml@main | |
| secrets: | |
| AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }} | |
| AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }} | |
| AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }} | |
| permissions: | |
| actions: read | |
| contents: read | |
| id-token: write | |
| pull-requests: write |