Skip to content

Commit

Permalink
github: support auto assign issue
Browse files Browse the repository at this point in the history
Signed-off-by: ilixiaocui <[email protected]>
  • Loading branch information
ilixiaocui committed Oct 12, 2022
1 parent e91fc39 commit 8af4aef
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 33 deletions.
12 changes: 0 additions & 12 deletions .github/auto_assign-issues.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/auto_assign.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/issue-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Issue assignment

on:
issues:
types: [opened]

jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'Auto-assign issue'
uses: pozil/[email protected]
with:
assignees: cw123,ilixiaocui,wuhongsong,Cyber-SiKu,jolly-sy
numOfAssignee: 1
allowSelfAssign: true

0 comments on commit 8af4aef

Please sign in to comment.