Skip to content

[V1.0.0] Prod Apply

[V1.0.0] Prod Apply #3

Workflow file for this run

name: auto assign
on:
pull_request:
types:
- opened
- reopened
jobs:
add_assignees:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: ${{ secrets.github_token }}
assignees: ${{ github.actor }}