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.
1 parent 209ed37 commit 5a264c3Copy full SHA for 5a264c3
.github/workflows/periodic-maintainers-update.yml
@@ -61,7 +61,7 @@ jobs:
61
git commit -s -m "MAINTAINERS.md: automated update"
62
git push -u -f origin maintainers-update
63
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"
+ gh pr create --title "MAINTAINERS.md: automated update" --body "Automated update of MAINTAINERS.md" --reviewer instructlab/community-maintainers
65
fi
66
env:
67
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments