mirror of
https://github.com/shizand/statapp.git
synced 2025-10-09 13:26:05 +03:00
ci: добавил автоматический assign
This commit is contained in:
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 }}
|
Reference in New Issue
Block a user