Skip to content

Commit e2faec7

Browse files
committed
update: github workflows
1 parent 0ae7642 commit e2faec7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/assign-issue.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Issue assignment
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
7+
jobs:
8+
auto-assign:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: 'Auto-assign issue'
12+
uses: pozil/auto-assign-issue@v1
13+
with:
14+
repo-token: ${{ secrets.GITHUB_TOKEN }}
15+
assignees: LinXunFeng

0 commit comments

Comments
 (0)