We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58eaa68 commit 77997b1Copy full SHA for 77997b1
.github/auto_assign.yml
@@ -0,0 +1 @@
1
+addAssignees: author
.github/workflows/auto-assign.yaml
@@ -0,0 +1,13 @@
+name: 'Auto Assign PR Creator'
2
+
3
+on:
4
+ pull_request:
5
+ types: [opened, ready_for_review]
6
7
+jobs:
8
+ add-reviews:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: kentaro-m/auto-assign-action@63835bc940442c9eca8d1c8f8a2cc7fe0f45cd7b
12
+ with:
13
+ configuration-path: '.github/auto_assign.yml'
0 commit comments