1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-21 09:34:08 +03:00

Create auto-assign.yml

To assign issues to me, so i can notice them :)
This commit is contained in:
Adolfo Gómez 2023-07-22 19:28:01 +02:00 committed by GitHub
parent 833f8a0a3e
commit 36deb637fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,19 @@
name: Auto Assign
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: dkmstr
numOfAssignee: 1