[🐛 Bug]: Every time I send a question or a basic message to Google Assistant he doesn't write the answer he just speaks without anything appearing and sometimes he doesn't even speak I would like to know how to fix this #490
This file contains hidden or 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: "Set Issue Label and Assignee" | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Naturalclar/[email protected] | |
with: | |
title-or-body: "both" | |
parameters: '[ {"keywords": ["issue", "bug", "error", "problem", "failed", "stuck"], "labels": ["🐛 bug"], "assignees": ["Melvin-Abraham"]}, {"keywords": ["restricted_client", "Get Token", "TypeError", "invalid_grant"], "labels": ["🐛 bug", "duplicate"], "assignees": ["esau-morais"]}, {"keywords": ["Feature request", "Suggestion", "Enhancement"], "labels": ["✨ enhancement"], "assignees": []}]' | |
github-token: "${{ secrets.GITHUB_TOKEN }}" |