Skip to content

meta(changelog): Update changelog for 9.3.0 #15540

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 53 commits into from
Feb 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
189d5eb
test(node): Migrate to vitest (#15478)
timfish Feb 24, 2025
5ade42e
feat: Upgrade OTEL deps (#15472)
AbhiPrasad Feb 24, 2025
4c54bed
feat(replay): Update rrweb packages to 2.32.0 (#15443)
c298lee Feb 24, 2025
02a709f
fix(nextjs): Prevent wrong culprit from showing up for clientside err…
lforst Feb 25, 2025
c0d3c27
[Gitflow] Merge master into develop (#15482)
AbhiPrasad Feb 25, 2025
0db01f8
fix(nextjs): Don't capture devmode server-action redirect errors (#15…
lforst Feb 25, 2025
170b91b
chore(deps-dev): Bump vitest from 1.5.0 to 1.6.1 in /dev-packages/e2e…
dependabot[bot] Feb 25, 2025
492f9fb
test(core): Migrate to vitest (#15474)
timfish Feb 25, 2025
932187a
security(gha): fix potential for shell injection
mdtro Feb 24, 2025
b6d3367
fix(nextjs/instrumentation): warn about missing onRequestError handler
a-hariti Feb 25, 2025
26dba89
Merge pull request #15483 from getsentry/mdtro/fix-gha-injection
mdtro Feb 25, 2025
affca6d
feat(deps): bump @prisma/instrumentation from 6.2.1 to 6.4.1 (#15480)
dependabot[bot] Feb 25, 2025
55c9a46
test(aws-serverless): Migrate to Vitest (#15487)
timfish Feb 25, 2025
2068c14
test(profiling-node): Migrate to Vitest (#15486)
timfish Feb 25, 2025
df67430
better warning message
a-hariti Feb 25, 2025
3368a1a
feat(remix): Add support for Hydrogen (#15450)
onurtemizkan Feb 25, 2025
3fc73fe
ci(deps): bump denoland/setup-deno from 2.0.1 to 2.0.2 (#15255)
dependabot[bot] Feb 25, 2025
7e18a44
ci(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#…
dependabot[bot] Feb 25, 2025
572a5d7
warn about missing instrumentation file
a-hariti Feb 25, 2025
4758a9d
review items
a-hariti Feb 25, 2025
a37b66d
better warning message
a-hariti Feb 25, 2025
6e9682a
Merge pull request #15488 from getsentry/warn-missing-request-error-h…
a-hariti Feb 25, 2025
512f43c
chore(CI): Remove Biome in favour of prettier (#15461)
timfish Feb 25, 2025
63193ef
chore(deps-dev): bump esbuild from 0.19.12 to 0.25.0 in /dev-packages…
dependabot[bot] Feb 25, 2025
a6bf3e6
test(node): Remove `import.meta.url` hacks (#15490)
timfish Feb 25, 2025
f4acf9d
test(react): Migrate to vitest (#15492)
AbhiPrasad Feb 25, 2025
977c035
chore(bun): Remove all references to jest (#15498)
AbhiPrasad Feb 25, 2025
5808986
fix(react): Add support for cross-usage of React Router instrumentati…
onurtemizkan Feb 25, 2025
06d2479
test(gatsby): Migrate to vitest (#15494)
AbhiPrasad Feb 25, 2025
fd6e405
test(feedback): Migrate from jest to vitest (#15497)
AbhiPrasad Feb 25, 2025
8973d53
chore(format): Check `jsx,tsx,astro,vue` with prettier (#15493)
timfish Feb 25, 2025
0867a99
chore(lint): Remove `biome-ignore` comments (#15500)
timfish Feb 26, 2025
2140b53
fix(nuxt): Ignore 300-400 status codes on app errors in Nuxt (#15473)
GerryWilko Feb 26, 2025
317782c
chore(deps-dev): bump solid-js from 1.8.17 to 1.9.4 in /dev-packages/…
dependabot[bot] Feb 26, 2025
f418e83
chore: Format yaml files with prettier (#15502)
lforst Feb 26, 2025
fda7103
test(node-integration): Migrate to Vitest (#15499)
timfish Feb 26, 2025
3ad018d
chore(test): Disable Vitest globals (#15507)
timfish Feb 26, 2025
cd0d90a
chore: Add external contributor to CHANGELOG.md (#15503)
HazAT Feb 26, 2025
082e0e8
fix(sveltekit): Guard `process` check when flushing events (#15516)
Lms24 Feb 26, 2025
e781ebe
feat(core): Rename `inboundFiltersIntegration` to `eventFiltersIntegr…
Lms24 Feb 26, 2025
1163332
feat(replay): Bump rrweb to 2.33.0 (#15514)
billyvg Feb 26, 2025
9a55e17
feat(react-router): Add build-time config (#15406)
chargome Feb 27, 2025
5505b5c
feat(core): Add `forceTransaction` to trpc middleware options (#15519)
leoambio Feb 27, 2025
2124e01
chore(react-router): Add package as npm target in craft (#15524)
chargome Feb 27, 2025
0a1b30f
chore(react-router): Update readme to use new package name (#15525)
chargome Feb 27, 2025
4dccffa
feat(tanstackstart): Add TanStack Start SDK (#15523)
lforst Feb 27, 2025
e8b3bb2
chore: Add external contributor to CHANGELOG.md (#15522)
HazAT Feb 27, 2025
02e6d11
fix(core): Fix `allowUrls` and `denyUrls` for linked and aggregate ex…
lforst Feb 27, 2025
4a7aa21
feat(core): Default filter unactionable error (#15527)
chargome Feb 27, 2025
256d6f4
chore: Delete unused jest config in core, deno, gatsby (#15529)
AbhiPrasad Feb 27, 2025
e9d2295
test: Log out envelope item for failing node integration tests (#15532)
AbhiPrasad Feb 27, 2025
c5ac904
meta(changelog): Update changelog for 9.3.0
chargome Feb 28, 2025
12cb462
Merge branch 'master' into prepare-release/9.3.0
chargome Feb 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,18 @@ targets:
- name: npm
id: '@sentry/sveltekit'
includeNames: /^sentry-sveltekit-\d.*\.tgz$/
- name: npm
id: '@sentry/tanstackstart'
includeNames: /^sentry-tanstackstart-\d.*\.tgz$/
- name: npm
id: '@sentry/gatsby'
includeNames: /^sentry-gatsby-\d.*\.tgz$/
- name: npm
id: '@sentry/astro'
includeNames: /^sentry-astro-\d.*\.tgz$/
- name: npm
id: '@sentry/react-router'
includeNames: /^sentry-react-router-\d.*\.tgz$/

## 7. Other Packages
## 7.1
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ body:
attributes:
label: Reproduction Example/SDK Setup
description:
To ensure that we can help you as fast as possible, please share a link to a reproduction example (GitHub repo or online code editor).
This enables us to quickly understand and address your issue.
If you do not post a link, kindly paste your `Sentry.init` code, so we can see how you set up Sentry.
To ensure that we can help you as fast as possible, please share a link to a reproduction example (GitHub repo
or online code editor). This enables us to quickly understand and address your issue. If you do not post a link,
kindly paste your `Sentry.init` code, so we can see how you set up Sentry.
placeholder: |-
https://some-JS-online-code-editor.com/my-example

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/flaky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body:
id: job-name
attributes:
label: Name of Job
placeholder: "CI: Build & Test / Nextjs (Node 18) Tests"
placeholder: 'CI: Build & Test / Nextjs (Node 18) Tests'
description: name of job as reported in the status report
validations:
required: true
Expand Down
8 changes: 4 additions & 4 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: "Install yarn dependencies"
description: "Installs yarn dependencies and caches them."
name: 'Install yarn dependencies'
description: 'Installs yarn dependencies and caches them.'

outputs:
cache_key:
description: "The dependency cache key"
description: 'The dependency cache key'
value: ${{ steps.compute_lockfile_hash.outputs.hash }}

runs:
using: "composite"
using: 'composite'
steps:
- name: Compute dependency cache key
id: compute_lockfile_hash
Expand Down
69 changes: 34 additions & 35 deletions .github/actions/install-playwright/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Install Playwright dependencies"
description: "Installs Playwright dependencies and caches them."
name: 'Install Playwright dependencies'
description: 'Installs Playwright dependencies and caches them.'
inputs:
browsers:
description: 'What browsers to install.'
Expand All @@ -9,41 +9,40 @@ inputs:
default: '.'

runs:
using: "composite"
using: 'composite'
steps:
- name: Get Playwright version
id: playwright-version
run: echo "version=$(node -p "require('@playwright/test/package.json').version")" >> $GITHUB_OUTPUT
shell: bash
working-directory: ${{ inputs.cwd }}
- name: Get Playwright version
id: playwright-version
run: echo "version=$(node -p "require('@playwright/test/package.json').version")" >> $GITHUB_OUTPUT
shell: bash
working-directory: ${{ inputs.cwd }}

- name: Restore cached playwright binaries
uses: actions/cache/restore@v4
id: playwright-cache
with:
path: |
~/.cache/ms-playwright
key: playwright-${{ runner.os }}-${{ steps.playwright-version.outputs.version }}

- name: Restore cached playwright binaries
uses: actions/cache/restore@v4
id: playwright-cache
with:
path: |
~/.cache/ms-playwright
key: playwright-${{ runner.os }}-${{ steps.playwright-version.outputs.version }}
# We always install all browsers, if uncached
- name: Install Playwright dependencies (uncached)
run: npx playwright install chromium webkit firefox --with-deps
if: steps.playwright-cache.outputs.cache-hit != 'true'
shell: bash
working-directory: ${{ inputs.cwd }}

# We always install all browsers, if uncached
- name: Install Playwright dependencies (uncached)
run: npx playwright install chromium webkit firefox --with-deps
if: steps.playwright-cache.outputs.cache-hit != 'true'
shell: bash
working-directory: ${{ inputs.cwd }}
- name: Install Playwright system dependencies only (cached)
run: npx playwright install-deps ${{ inputs.browsers || 'chromium webkit firefox' }}
if: steps.playwright-cache.outputs.cache-hit == 'true'
shell: bash
working-directory: ${{ inputs.cwd }}

- name: Install Playwright system dependencies only (cached)
run: npx playwright install-deps ${{ inputs.browsers || 'chromium webkit firefox' }}
if: steps.playwright-cache.outputs.cache-hit == 'true'
shell: bash
working-directory: ${{ inputs.cwd }}

# Only store cache on develop branch
- name: Store cached playwright binaries
uses: actions/cache/save@v4
if: github.event_name == 'push' && github.ref == 'refs/heads/develop'
with:
path: |
~/.cache/ms-playwright
key: playwright-${{ runner.os }}-${{ steps.playwright-version.outputs.version }}
# Only store cache on develop branch
- name: Store cached playwright binaries
uses: actions/cache/save@v4
if: github.event_name == 'push' && github.ref == 'refs/heads/develop'
with:
path: |
~/.cache/ms-playwright
key: playwright-${{ runner.os }}-${{ steps.playwright-version.outputs.version }}
36 changes: 18 additions & 18 deletions .github/actions/restore-cache/action.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
name: "Restore dependency & build cache"
description: "Restore the dependency & build cache."
name: 'Restore dependency & build cache'
description: 'Restore the dependency & build cache.'

inputs:
dependency_cache_key:
description: "The dependency cache key"
description: 'The dependency cache key'
required: true

runs:
using: "composite"
using: 'composite'
steps:
- name: Check dependency cache
id: dep-cache
uses: actions/cache/restore@v4
with:
path: ${{ env.CACHED_DEPENDENCY_PATHS }}
key: ${{ inputs.dependency_cache_key }}
- name: Check dependency cache
id: dep-cache
uses: actions/cache/restore@v4
with:
path: ${{ env.CACHED_DEPENDENCY_PATHS }}
key: ${{ inputs.dependency_cache_key }}

- name: Restore build artifacts
uses: actions/download-artifact@v4
with:
name: build-output
- name: Restore build artifacts
uses: actions/download-artifact@v4
with:
name: build-output

- name: Install dependencies
if: steps.dep-cache.outputs.cache-hit != 'true'
run: yarn install --ignore-engines --frozen-lockfile
shell: bash
- name: Install dependencies
if: steps.dep-cache.outputs.cache-hit != 'true'
run: yarn install --ignore-engines --frozen-lockfile
shell: bash
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ updates:
schedule:
interval: 'weekly'
allow:
- dependency-name: "@sentry/*"
- dependency-name: "@opentelemetry/*"
- dependency-name: "@prisma/instrumentation"
- dependency-name: "opentelemetry-instrumentation-remix"
- dependency-name: '@sentry/*'
- dependency-name: '@opentelemetry/*'
- dependency-name: '@prisma/instrumentation'
- dependency-name: 'opentelemetry-instrumentation-remix'
versioning-strategy: increase
commit-message:
prefix: feat
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Gitflow: Auto prepare release"
name: 'Gitflow: Auto prepare release'
on:
pull_request:
types:
Expand Down Expand Up @@ -48,7 +48,9 @@ jobs:

- name: Prepare release
uses: getsentry/action-prepare-release@v1
if: github.event.pull_request.merged == true && steps.version-regex.outputs.match != '' && steps.get_version.outputs.version != ''
if:
github.event.pull_request.merged == true && steps.version-regex.outputs.match != '' &&
steps.get_version.outputs.version != ''
env:
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
with:
Expand Down
71 changes: 45 additions & 26 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ jobs:
any_code:
- '!**/*.md'


- name: Get PR labels
id: pr-labels
uses: mydea/pr-labels-action@fn/bump-node20

outputs:
commit_label: '${{ env.COMMIT_SHA }}: ${{ env.COMMIT_MESSAGE }}'
# Note: These next three have to be checked as strings ('true'/'false')!
is_base_branch: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/v9' || github.ref == 'refs/heads/v8'}}
is_base_branch:
${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/v9' || github.ref == 'refs/heads/v8'}}
is_release: ${{ startsWith(github.ref, 'refs/heads/release/') }}
changed_ci: ${{ steps.changed.outputs.workflow == 'true' }}
changed_any_code: ${{ steps.changed.outputs.any_code == 'true' }}
Expand Down Expand Up @@ -172,7 +172,8 @@ jobs:
key: nx-Linux-${{ github.ref }}-${{ env.HEAD_COMMIT || github.sha }}
# On develop branch, we want to _store_ the cache (so it can be used by other branches), but never _restore_ from it
restore-keys:
${{needs.job_get_metadata.outputs.is_base_branch == 'false' && env.NX_CACHE_RESTORE_KEYS || 'nx-never-restore'}}
${{needs.job_get_metadata.outputs.is_base_branch == 'false' && env.NX_CACHE_RESTORE_KEYS ||
'nx-never-restore'}}

- name: Build packages
# Set the CODECOV_TOKEN for Bundle Analysis
Expand All @@ -191,12 +192,24 @@ jobs:

outputs:
dependency_cache_key: ${{ steps.install_dependencies.outputs.cache_key }}
changed_node_integration: ${{ needs.job_get_metadata.outputs.changed_ci == 'true' || contains(steps.checkForAffected.outputs.affected, '@sentry-internal/node-integration-tests') }}
changed_remix: ${{ needs.job_get_metadata.outputs.changed_ci == 'true' || contains(steps.checkForAffected.outputs.affected, '@sentry/remix') }}
changed_node: ${{ needs.job_get_metadata.outputs.changed_ci == 'true' || contains(steps.checkForAffected.outputs.affected, '@sentry/node') }}
changed_deno: ${{ needs.job_get_metadata.outputs.changed_ci == 'true' || contains(steps.checkForAffected.outputs.affected, '@sentry/deno') }}
changed_bun: ${{ needs.job_get_metadata.outputs.changed_ci == 'true' || contains(steps.checkForAffected.outputs.affected, '@sentry/bun') }}
changed_browser_integration: ${{ needs.job_get_metadata.outputs.changed_ci == 'true' || contains(steps.checkForAffected.outputs.affected, '@sentry-internal/browser-integration-tests') }}
changed_node_integration:
${{ needs.job_get_metadata.outputs.changed_ci == 'true' || contains(steps.checkForAffected.outputs.affected,
'@sentry-internal/node-integration-tests') }}
changed_remix:
${{ needs.job_get_metadata.outputs.changed_ci == 'true' || contains(steps.checkForAffected.outputs.affected,
'@sentry/remix') }}
changed_node:
${{ needs.job_get_metadata.outputs.changed_ci == 'true' || contains(steps.checkForAffected.outputs.affected,
'@sentry/node') }}
changed_deno:
${{ needs.job_get_metadata.outputs.changed_ci == 'true' || contains(steps.checkForAffected.outputs.affected,
'@sentry/deno') }}
changed_bun:
${{ needs.job_get_metadata.outputs.changed_ci == 'true' || contains(steps.checkForAffected.outputs.affected,
'@sentry/bun') }}
changed_browser_integration:
${{ needs.job_get_metadata.outputs.changed_ci == 'true' || contains(steps.checkForAffected.outputs.affected,
'@sentry-internal/browser-integration-tests') }}

job_check_branches:
name: Check PR branches
Expand Down Expand Up @@ -263,8 +276,6 @@ jobs:
dependency_cache_key: ${{ needs.job_build.outputs.dependency_cache_key }}
- name: Lint source files
run: yarn lint:lerna
- name: Lint C++ files
run: yarn lint:clang
- name: Lint for ES compatibility
run: yarn lint:es-compatibility

Expand All @@ -289,7 +300,7 @@ jobs:
id: install_dependencies

- name: Check file formatting
run: yarn lint:prettier && yarn lint:biome
run: yarn lint:prettier

job_circular_dep_check:
name: Circular Dependency Check
Expand Down Expand Up @@ -439,7 +450,7 @@ jobs:
with:
node-version-file: 'package.json'
- name: Set up Deno
uses: denoland/[email protected].1
uses: denoland/[email protected].2
with:
deno-version: v2.1.5
- name: Restore caches
Expand Down Expand Up @@ -506,7 +517,9 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

job_browser_playwright_tests:
name: Playwright ${{ matrix.bundle }}${{ matrix.project && matrix.project != 'chromium' && format(' {0}', matrix.project) || ''}}${{ matrix.shard && format(' ({0}/{1})', matrix.shard, matrix.shards) || ''}} Tests
name:
Playwright ${{ matrix.bundle }}${{ matrix.project && matrix.project != 'chromium' && format(' {0}',
matrix.project) || ''}}${{ matrix.shard && format(' ({0}/{1})', matrix.shard, matrix.shards) || ''}} Tests
needs: [job_get_metadata, job_build]
if: needs.job_build.outputs.changed_browser_integration == 'true' || github.event_name != 'pull_request'
runs-on: ubuntu-20.04-large-js
Expand Down Expand Up @@ -576,13 +589,17 @@ jobs:
env:
PW_BUNDLE: ${{ matrix.bundle }}
working-directory: dev-packages/browser-integration-tests
run: yarn test:all${{ matrix.project && format(' --project={0}', matrix.project) || '' }}${{ matrix.shard && format(' --shard={0}/{1}', matrix.shard, matrix.shards) || '' }}
run:
yarn test:all${{ matrix.project && format(' --project={0}', matrix.project) || '' }}${{ matrix.shard &&
format(' --shard={0}/{1}', matrix.shard, matrix.shards) || '' }}

- name: Upload Playwright Traces
uses: actions/upload-artifact@v4
if: failure()
with:
name: playwright-traces-job_browser_playwright_tests-${{ matrix.bundle}}-${{matrix.project}}-${{matrix.shard || '0'}}
name:
playwright-traces-job_browser_playwright_tests-${{ matrix.bundle}}-${{matrix.project}}-${{matrix.shard ||
'0'}}
path: dev-packages/browser-integration-tests/test-results
overwrite: true
retention-days: 7
Expand Down Expand Up @@ -824,21 +841,26 @@ jobs:

- name: Determine which E2E test applications should be run
id: matrix
run: yarn --silent ci:build-matrix --base=${{ (github.event_name == 'pull_request' && github.event.pull_request.base.sha) || '' }} >> $GITHUB_OUTPUT
run:
yarn --silent ci:build-matrix --base=${{ (github.event_name == 'pull_request' &&
github.event.pull_request.base.sha) || '' }} >> $GITHUB_OUTPUT
working-directory: dev-packages/e2e-tests

- name: Determine which optional E2E test applications should be run
id: matrix-optional
run: yarn --silent ci:build-matrix-optional --base=${{ (github.event_name == 'pull_request' && github.event.pull_request.base.sha) || '' }} >> $GITHUB_OUTPUT
run:
yarn --silent ci:build-matrix-optional --base=${{ (github.event_name == 'pull_request' &&
github.event.pull_request.base.sha) || '' }} >> $GITHUB_OUTPUT
working-directory: dev-packages/e2e-tests

job_e2e_tests:
name: E2E ${{ matrix.label || matrix.test-application }} Test
# We need to add the `always()` check here because the previous step has this as well :(
# See: https://github.com/actions/runner/issues/2205
if: always() && needs.job_e2e_prepare.result == 'success' && needs.job_e2e_prepare.outputs.matrix != '{"include":[]}'
if:
always() && needs.job_e2e_prepare.result == 'success' && needs.job_e2e_prepare.outputs.matrix != '{"include":[]}'
needs: [job_get_metadata, job_build, job_e2e_prepare]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 15
env:
# We just use a dummy DSN here, only send to the tunnel anyhow
Expand Down Expand Up @@ -953,12 +975,9 @@ jobs:
# We need to add the `always()` check here because the previous step has this as well :(
# See: https://github.com/actions/runner/issues/2205
if:
always() &&
needs.job_get_metadata.outputs.is_release != 'true' &&
needs.job_e2e_prepare.result == 'success' &&
needs.job_e2e_prepare.outputs.matrix-optional != '{"include":[]}' &&
(github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) &&
github.actor != 'dependabot[bot]'
always() && needs.job_get_metadata.outputs.is_release != 'true' && needs.job_e2e_prepare.result == 'success' &&
needs.job_e2e_prepare.outputs.matrix-optional != '{"include":[]}' && (github.event_name != 'pull_request' ||
github.event.pull_request.head.repo.full_name == github.repository) && github.actor != 'dependabot[bot]'
needs: [job_get_metadata, job_build, job_e2e_prepare]
runs-on: ubuntu-20.04
timeout-minutes: 15
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-pr-caches.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Automation: Cleanup PR caches"
name: 'Automation: Cleanup PR caches'
on:
pull_request:
types:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clear-cache.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Action: Clear all GHA caches"
name: 'Action: Clear all GHA caches'
on:
workflow_dispatch:
inputs:
Expand Down
Loading
Loading