Skip to content

Commit da851b6

Browse files
Merge pull request #446 from nathan-weinberg/working
ci: automatically add community maintainers to Maintainer update PRs
2 parents 50926a3 + 5a264c3 commit da851b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/periodic-maintainers-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
git commit -s -m "MAINTAINERS.md: automated update"
6262
git push -u -f origin maintainers-update
6363
if ! (gh pr list --head maintainers-update --json number | grep -q "number") ; then
64-
gh pr create --title "MAINTAINERS.md: automated update" --body "Automated update of MAINTAINERS.md"
64+
gh pr create --title "MAINTAINERS.md: automated update" --body "Automated update of MAINTAINERS.md" --reviewer instructlab/community-maintainers
6565
fi
6666
env:
6767
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)