Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sjchmiela committed Feb 6, 2024
1 parent 4e35f0a commit e1c8c81
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/upgrade-eas-build-modules.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e1c8c81

Please sign in to comment.