Bump github.com/docker/docker from 24.0.7+incompatible to 25.0.0+incompatible #454
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 |