Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
szdziedzic committed Apr 18, 2024
1 parent d570dfc commit 69db39f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/eas-json-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
on: pull_request

name: eas.json update test

jobs:
open-pr-in-universe:
name: Open a PR with `@expo/eas-json` bump in universe
runs-on: ubuntu-latest
steps:
- uses: dorny/paths-filter@v2
id: filter
with:
filters: |
eas-json:
- 'packages/eas-json/**'
- name: Open a PR with `@expo/eas-json` version bump in universe
if: steps.filter.outputs.eas-json == 'true'
uses: benc-uk/workflow-dispatch@v1
with:
repo: expo/universe
ref: main
workflow: update-eas-json.yml
token: ${{ secrets.EXPO_BOT_PAT }}

0 comments on commit 69db39f

Please sign in to comment.