Skip to content

Commit 28d3c92

Browse files
authored
Merge pull request #30 from DaleStudy/auto-author-assign
Assignee ์„ค์ • ์ž๋™ํ™”
2 parents fc70711 + 870adf3 commit 28d3c92

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

โ€Ž.github/automation.yamlโ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: ๐Ÿค– Automation
2+
3+
on:
4+
pull_request_target:
5+
types: [opened, reopened]
6+
7+
jobs:
8+
assign-author:
9+
runs-on: ubuntu-latest
10+
permissions:
11+
pull-requests: write
12+
steps:
13+
- uses: toshimaru/[email protected]

0 commit comments

Comments
ย (0)