feat: Allow gcloud/publish to expose setup_remote_docker version #23
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
on: | |
pull_request: | |
types: [opened, reopened, labeled] | |
pull_request_review: | |
types: [dismissed] | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
autoapproval: | |
runs-on: ubuntu-latest | |
name: Auto-Approval Bot | |
steps: | |
- uses: dkhmelenko/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |