diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 9c2a8fc..a334fb9 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -22,6 +22,7 @@ jobs: VERSION: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.target_version || inputs.target_version }} BUNDLE_GITHUB__COM: ${{ secrets.BUNDLE_ACCESS_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + REVIEWER: kstenerud,robert-smartbear steps: - uses: actions/checkout@v4 with: @@ -55,7 +56,7 @@ jobs: if: ${{ steps.current-branch.outputs.branch != 'next'}} run: > gh pr create -B next - -H bumpsnag-$TARGET_SUBMODULE-$TARGET_VERSION - --title "Update $TARGET_SUBMODULE to version $TARGET_VERSION" + -H bumpsnag-$SUBMODULE-$VERSION + --title "Update $SUBMODULE to version $VERSION" --body 'Created by bumpsnag' - --reviewer kstenerud,robert-smartbear + --reviewer $REVIEWER