Skip to content

Fixes reinforced walls reverting to the TG icon files when updating (… #2067

Fixes reinforced walls reverting to the TG icon files when updating (…

Fixes reinforced walls reverting to the TG icon files when updating (… #2067

Workflow file for this run

name: PR Labeler
on:
push:
branches:
- master
pull_request_target:
jobs:
Label:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Apply labels based on changed files
if: github.event_name != 'push'
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
configuration-path: .github/labeler.yml
dot: false