[🐞]: Beautify's Trellis texture does not render properly with Better Nether's Nether Reed and Nether Mushroom. (Fabric 1.20.1) #20
This file contains 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: Labeling new issue | |
on: | |
issues: | |
types: ['opened', 'edited'] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
issues: write | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
sparse-checkout: | | |
.github/workflows/auto-label.json5 | |
sparse-checkout-cone-mode: false | |
- uses: Renato66/[email protected] | |
with: | |
configuration-file: .github/workflows/auto-label.json5 | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
ignore-comments: false |