Skip to content

Commit 44b02a7

Browse files
chore(ci): Stop updating wizard and cli on main (v4) branch (#2728)
1 parent 49d7e59 commit 44b02a7

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

.github/workflows/update-deps.yml

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,26 @@ jobs:
3737
secrets:
3838
api-token: ${{ secrets.CI_DEPLOY_KEY }}
3939

40-
wizard:
41-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
42-
with:
43-
path: scripts/update-wizard.sh
44-
name: Wizard
45-
pr-strategy: update
46-
secrets:
47-
api-token: ${{ secrets.CI_DEPLOY_KEY }}
40+
# RN SDK v4 can't be updated to the latest wizard and cli
41+
# This will be returned in v5
4842

49-
cli:
50-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
51-
with:
52-
path: scripts/update-cli.sh
53-
name: CLI
54-
pr-strategy: update
55-
secrets:
56-
api-token: ${{ secrets.CI_DEPLOY_KEY }}
43+
# wizard:
44+
# uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
45+
# with:
46+
# path: scripts/update-wizard.sh
47+
# name: Wizard
48+
# pr-strategy: update
49+
# secrets:
50+
# api-token: ${{ secrets.CI_DEPLOY_KEY }}
51+
52+
# cli:
53+
# uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
54+
# with:
55+
# path: scripts/update-cli.sh
56+
# name: CLI
57+
# pr-strategy: update
58+
# secrets:
59+
# api-token: ${{ secrets.CI_DEPLOY_KEY }}
5760

5861
sample-rn:
5962
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2

0 commit comments

Comments
 (0)