Skip to content

[BUG] Wrong rendering scale on Windows with 2.88.9 stable #3

[BUG] Wrong rendering scale on Windows with 2.88.9 stable

[BUG] Wrong rendering scale on Windows with 2.88.9 stable #3

Workflow file for this run

name: Apply labels using AI
on:
issues:
types: [opened, reopened]
jobs:
apply-label-and-add-comment:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: mattleibow/labeled-by-ai@main
name: Apply AREA labels
with:
label-pattern: '^area/.*'
apply-label: 'false'
add-comment: 'false'
- uses: mattleibow/labeled-by-ai@main
name: Apply PLATFORM labels
with:
label-pattern: '^os/.*'
apply-label: 'false'
add-comment: 'false'
- uses: mattleibow/labeled-by-ai@main
name: Apply BACKEND labels
with:
label-pattern: '^backend/.*'
apply-label: 'false'
add-comment: 'false'
- uses: mattleibow/labeled-by-ai@main
name: Apply TENET labels
with:
label-pattern: '^tenet/.*'
apply-label: 'false'
add-comment: 'false'