Skip to content

The response.text quick accessor only works when the response contains a valid Part, but none was returned. Check the candidate.safety_ratings to see if the response was blocked. #69

The response.text quick accessor only works when the response contains a valid Part, but none was returned. Check the candidate.safety_ratings to see if the response was blocked.

The response.text quick accessor only works when the response contains a valid Part, but none was returned. Check the candidate.safety_ratings to see if the response was blocked. #69

Workflow file for this run

name: Manage awaiting user response
on:
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]
jobs:
remove_label:
runs-on: ubuntu-latest
if: "contains(github.event.issue.labels.*.name, 'status: awaiting user response')"
steps:
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: "status: awaiting user response"