Bump buf.build/gen/go/bufbuild/registry/protocolbuffers/go from 1.34.2-20240610164129-660609bc46d3.2 to 1.34.2-20240723163933-aa5836eeaf8d.2 #615
Workflow file for this run
This file contains 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: Bypass review in case of emergency | |
on: | |
pull_request: | |
types: | |
- labeled | |
permissions: | |
pull-requests: write | |
jobs: | |
approve: | |
if: github.event.label.name == 'Emergency Bypass Review' | |
uses: bufbuild/base-workflows/.github/workflows/emergency-review-bypass.yaml@main | |
secrets: inherit |