Skip to content

Commit e28a849

Browse files
authored
Merge branch 'master' into modular_5
2 parents 0929a00 + 768abce commit e28a849

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: "Auto Author Assign"
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- 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

Comments
 (0)