Skip to content

Commit 6a667d6

Browse files
ci: Add workflow for updating @sentry/babel-plugin-component-annotate (#4518)
1 parent 3d63eb0 commit 6a667d6

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/workflows/update-deps.yml

+9
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ jobs:
5656
secrets:
5757
api-token: ${{ secrets.CI_DEPLOY_KEY }}
5858

59+
bundler-plugins:
60+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
61+
with:
62+
path: scripts/update-bundler-plugins.sh
63+
name: Bundler Plugins
64+
pr-strategy: update
65+
secrets:
66+
api-token: ${{ secrets.CI_DEPLOY_KEY }}
67+
5968
sample-rn:
6069
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
6170
with:

scripts/update-bundler-plugins.sh

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env bash
2+
set -euo pipefail
3+
4+
tagPrefix=''
5+
repo="https://github.com/getsentry/sentry-javascript-bundler-plugins.git"
6+
packages=('@sentry/babel-plugin-component-annotate')
7+
8+
. $(dirname "$0")/update-package-json.sh

0 commit comments

Comments
 (0)