fix: remove reviewer from update-geolite workflow to fix issue

This commit is contained in:
farhan
2024-05-02 19:40:07 +05:00
parent d39bd32768
commit 4db6082539

View File

@@ -78,8 +78,6 @@ jobs:
--body "PR generated by workflow `${{ github.workflow }}` on behalf of @${{ github.actor }}." \
--head $BRANCH \
--base 'master' \
--assignee 'arbi-bom' \
--reviewer 'arbi-bom' \
| grep -o 'https://github.com/.*/pull/[0-9]*')
echo "PR Created: ${PR_URL}"
echo "pull-request-url=$PR_URL" >> $GITHUB_OUTPUT