Skip to content

Commit 20e7147

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 04d039c + 44a02c3 commit 20e7147

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/assign.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: 'Auto Assign'
2+
on: pull_request
3+
4+
jobs:
5+
add-reviews:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: kentaro-m/[email protected]
9+
with:
10+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)