Skip to content

Fix certain soldiers staring at the player for potentially hundreds of seconds after Bad Cop says something #111

Fix certain soldiers staring at the player for potentially hundreds of seconds after Bad Cop says something

Fix certain soldiers staring at the player for potentially hundreds of seconds after Bad Cop says something #111

Workflow file for this run

#
# MAPBASE REPO AUTOMATION
#
# Automatically labels pull requests according to changed file paths.
#
# https://github.com/actions/labeler
name: Pull Request Automation
on: [pull_request]
jobs:
label:
if: github.repository_owner == 'mapbase-source'
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"