Skip to content

Commit e3d47b7

Browse files
committed
Auto assign
1 parent d9b0c9f commit e3d47b7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/assign.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
2+
3+
name: Issue assignment
4+
on:
5+
issues:
6+
types: [opened]
7+
jobs:
8+
auto-assign:
9+
runs-on: ubuntu-latest
10+
permissions:
11+
issues: write
12+
steps:
13+
- name: 'Auto-assign issue'
14+
uses: pozil/auto-assign-issue@v1
15+
with:
16+
assignees: kyoh86

0 commit comments

Comments
 (0)