mirror of
https://github.com/shizand/statapp.git
synced 2025-04-01 23:23:45 +03:00
ci: добавил автоматический assign
This commit is contained in:
parent
b8e9f9dd7b
commit
953740f78f
16
.github/workflows/auto-assign.yml
vendored
Normal file
16
.github/workflows/auto-assign.yml
vendored
Normal 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 }}
|
Loading…
Reference in New Issue
Block a user