ci: добавил автоматический assign

This commit is contained in:
Maxim Slipenko 2023-09-25 15:57:30 +03:00
parent b8e9f9dd7b
commit 953740f78f

16
.github/workflows/auto-assign.yml vendored Normal file
View File

@ -0,0 +1,16 @@
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 }}