Skip to content

[🐞]: IDK if this is a bug, but I have ~20% performance (fps) decrease (from ~55 to ~45 fps) when having this installed #16

[🐞]: IDK if this is a bug, but I have ~20% performance (fps) decrease (from ~55 to ~45 fps) when having this installed

[🐞]: IDK if this is a bug, but I have ~20% performance (fps) decrease (from ~55 to ~45 fps) when having this installed #16

Workflow file for this run

name: Labeling new issue
on:
issues:
types: ['opened', 'edited']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.github/workflows/issue_label.json5
sparse-checkout-cone-mode: false
- uses: Renato66/[email protected]
with:
repo-token: ${{ secrets.AUTO_LABEL }}
ignore-comments: false
configuration-file: .github/workflows/issue_label.json5