Skip to content

Update Style Textures Graphics Warning: if the hardware acceleration setting is disabled, DCL does not load and an error is triggered #2425

Update Style Textures Graphics Warning: if the hardware acceleration setting is disabled, DCL does not load and an error is triggered

Update Style Textures Graphics Warning: if the hardware acceleration setting is disabled, DCL does not load and an error is triggered #2425

name: Label issues
on:
issues:
types:
- opened
jobs:
label_issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Label issues
uses: andymckay/labeler@5c59dabdfd4dd5bd9c6e6d255b01b9d764af4414
with:
add-labels: "new"
repo-token: ${{ secrets.GITHUB_TOKEN }}