diff --git a/.github/workflows/upgrade-eas-build-modules.yml b/.github/workflows/upgrade-eas-build-modules.yml index 58eafb5b4b..1ac8d4c372 100644 --- a/.github/workflows/upgrade-eas-build-modules.yml +++ b/.github/workflows/upgrade-eas-build-modules.yml @@ -1,10 +1,6 @@ name: Open a PR bumping eas-build modules -on: - workflow_dispatch: {} - pull_request: - paths: - - .github/workflows/upgrade-eas-build-modules.yml +on: workflow_dispatch jobs: open-pr: @@ -70,8 +66,7 @@ jobs: destination_branch: 'main' pr_title: 'Upgrade eas-build dependencies' pr_body: ':arrow_up: Upgrades [`eas-build`](https://github.com/expo/eas-build) dependencies.' - # pr_reviewer: 'szdziedzic,radoslawkrzemien,sjchmiela,khamilowicz' - pr_reviewer: 'sjchmiela' + pr_reviewer: 'szdziedzic,radoslawkrzemien,sjchmiela,khamilowicz' github_token: ${{ secrets.EXPO_BOT_PAT }} - uses: actions/github-script@v3