Skip to content

[MIRROR] [NO GBP] Fixes for garbage truck ruins. [MDB IGNORE] (#1027) #2071

[MIRROR] [NO GBP] Fixes for garbage truck ruins. [MDB IGNORE] (#1027)

[MIRROR] [NO GBP] Fixes for garbage truck ruins. [MDB IGNORE] (#1027) #2071

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