Fix missing particle texture on Mechanical Roller item/wheel models #5837
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Label Actions | ||
|
Check warning on line 1 in .github/workflows/label-actions.yml
|
||
| 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' | ||