mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
19 lines
No EOL
404 B
YAML
19 lines
No EOL
404 B
YAML
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.AUTO_ASSIGN }}
|
|
assignees: WJQSERVER, satomitoka
|
|
numOfAssignee: 2 |