Skip to content

[BUG] Error on Chrome. #235

[BUG] Error on Chrome.

[BUG] Error on Chrome. #235

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [ opened ]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Auto label
uses: Renato66/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
ignore-comments: true
default-labels: '["await triage"]'