Skip to content

Handle the AI hero's patrol mode in the AI pathfinder #3600

Handle the AI hero's patrol mode in the AI pathfinder

Handle the AI hero's patrol mode in the AI pathfinder #3600

name: PR author auto assign
on:
pull_request_target:
types: [opened, reopened]
permissions:
pull-requests: write
jobs:
assign:
name: PR author auto assign
runs-on: ubuntu-latest
timeout-minutes: 10
defaults:
run:
shell: bash
steps:
- uses: toshimaru/auto-author-assign@v2.1.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}