We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bb650 commit 870adf3Copy full SHA for 870adf3
1 file changed
.github/automation.yaml
@@ -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