We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0929a00 + 768abce commit e28a849Copy full SHA for e28a849
.github/dependabot.yml
@@ -0,0 +1,7 @@
1
+version: 2
2
+enable-beta-ecosystems: true
3
+updates:
4
+ - package-ecosystem: "pub"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "daily"
.github/workflows/pr_author_auto_assign.yaml
@@ -0,0 +1,18 @@
+name: "Auto Author Assign"
+
+on:
+ pull_request:
+ types:
+ - opened
+ - reopened
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.5.0
17
+ with:
18
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments