Skip to content

Update battle_troop.cpp #4

Update battle_troop.cpp

Update battle_troop.cpp #4

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 }}