Skip to content

Modernize the code (part 1) #10

Modernize the code (part 1)

Modernize the code (part 1) #10

name: PR author auto assign
on:
pull_request_target:
types: [opened, reopened]
jobs:
assign:
name: PR author auto assign
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: toshimaru/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}