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.
2 parents 50926a3 + 5a264c3 commit da851b6Copy full SHA for da851b6
.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