Sync Go workspace before recomputing vendor hashes #26
Workflow file for this run
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: SCIP protocol review | |
| on: | |
| pull_request: | |
| paths: [scip.proto] | |
| pull_request_review: | |
| permissions: | |
| pull-requests: write | |
| statuses: write | |
| jobs: | |
| proto-review: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: Automattic/action-required-review@v5 | |
| with: | |
| token: ${{ github.token }} | |
| request-reviews: true | |
| requirements: | | |
| - name: SCIP CSC | |
| paths: | |
| - scip.proto | |
| teams: | |
| - all-of: | |
| - '@jupblb' | |
| - '@CatherineGasnier' | |
| - '@jamydev' |