Skip to content

chore(deps): bump @grpc/grpc-js and google-gax in /auxiliary #664

chore(deps): bump @grpc/grpc-js and google-gax in /auxiliary

chore(deps): bump @grpc/grpc-js and google-gax in /auxiliary #664

Workflow file for this run

name: Codeball
on:
pull_request: {}
pull_request_review_comment:
types: [created, edited]
jobs:
codeball_job:
runs-on: ubuntu-latest
name: Codeball
permissions:
contents: read
pull-requests: write
steps:
# Run Codeball on all new Pull Requests and Review Comments! 🚀
# For customizations and more documentation, see https://github.com/sturdy-dev/codeball-action
- name: Codeball
uses: sturdy-dev/codeball-action@v2
with:
approvePullRequests: "true"
labelPullRequestsWhenApproved: "true"
labelPullRequestsWhenReviewNeeded: "false"
failJobsWhenReviewNeeded: "false"