Skip to content

Commit 40e09f4

Browse files
author
rowi1de
committed
0.0.6
1 parent 24b047d commit 40e09f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: "Assign Team and Persons"
18-
uses: rowi1de/auto-assign-review-teams@v0.0.4
18+
uses: rowi1de/auto-assign-review-teams@v0.0.6
1919
with:
2020
repo-token: ${{ secrets.GITHUB_TOKEN }}
2121
teams: "gitub-org-team" # only works for GitHub Organisation/Teams

self.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/auto-assign-review-teams@v0.0.4
11+
- uses: actions/auto-assign-review-teams@v0.0.6
1212
with:
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}
1414
persons: "rowi1de"

0 commit comments

Comments
 (0)