0
0
mirror of https://github.com/shizand/statapp.git synced 2025-01-14 13:11:04 +03:00
statapp/.github/workflows/auto-assign.yml

16 lines
306 B
YAML
Raw Normal View History

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