1 parent 7f226d4 commit dc6639bCopy full SHA for dc6639b
1 file changed
.github/workflows/pr-auto-assign.yaml
@@ -0,0 +1,16 @@
1
+# Filtering pull requests is much easier when we can reliably guarantee
2
+# that the "Assignee" field is populated.
3
+name: PR Auto Assign
4
+
5
+on:
6
+ pull_request_target:
7
+ types: [ opened ]
8
9
+permissions:
10
+ pull-requests: write
11
12
+jobs:
13
+ assign-author:
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - uses: toshimaru/auto-author-assign@v1.6.2
0 commit comments