mirror of
https://github.com/go-i2p/go-i2p.github.io.git
synced 2025-06-07 18:24:21 -04:00
setup auto-assign workflow
This commit is contained in:
20
.github/workflows/auto-assign.yml
vendored
Normal file
20
.github/workflows/auto-assign.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
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: eyedeekay
|
||||||
|
numOfAssignee: 1
|
||||||
|
|
Reference in New Issue
Block a user