Skip to content

Commit 870adf3

Browse files
committed
ci: assign issues and pull requests automatically
1 parent 61bb650 commit 870adf3

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)