ci: add auto assign

Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
This commit is contained in:
0xMRTT 2022-08-13 21:00:39 +02:00 committed by GitHub
parent 744c7f97d2
commit 2d56f6d1b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,14 @@
name: Auto Assign
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/auto-assign@v1
with:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
CONFIG_FILE: config-file-path