Bump com.google.guava:guava from 33.3.1-android to 33.4.0-android in /java in the java group across 1 directory #686
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 |