[🐛 Bug]: Token setup but doesn't work. Network connection fails after a few minutes saying "You are Offline!" #498
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: "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 }}" |