Skip to content

Fix missing particle texture on Mechanical Roller item/wheel models #5837

Fix missing particle texture on Mechanical Roller item/wheel models

Fix missing particle texture on Mechanical Roller item/wheel models #5837

Workflow file for this run

name: Label Actions

Check warning on line 1 in .github/workflows/label-actions.yml

View workflow run for this annotation

GitHub Actions / Label Actions

Workflow execution policy warning (evaluate mode)

On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target
on:
issues:
types: [ labeled, unlabeled ]
pull_request_target:
types: [ labeled, unlabeled ]
permissions:
contents: read
issues: write
pull-requests: write
discussions: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/label-actions@65225c179d3b2502f6eda7b3d15101a3f412366b # Depend on an exact commit
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
config-path: '.github/config/label-actions.yml'