Skip to content

⬆️[x.x.o](_): bump #29

⬆️[x.x.o](_): bump

⬆️[x.x.o](_): bump #29

Workflow file for this run

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