Invalid operation: The response.text
quick accessor requires the response to contain a valid Part
, but none were returned. Please check the candidate.safety_ratings
to determine if the response was blocked.
#43
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: Remove issue labels | |
on: | |
issues: | |
types: [closed] | |
jobs: | |
remove_label: | |
permissions: | |
contents: read | |
issues: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions-ecosystem/action-remove-labels@v1 | |
with: | |
labels: | | |
status:triaged | |
status:more data needed |