diff --git a/.github/workflows/asset-notices.yml b/.github/workflows/asset-notices.yml index c8b88298cb..90285b0c1c 100644 --- a/.github/workflows/asset-notices.yml +++ b/.github/workflows/asset-notices.yml @@ -7,39 +7,13 @@ name: Asset notices # updated, the notice silently stops meaning anything. This job makes that visible in review # rather than a year later. # -# The two paths lists below are duplicated on purpose — GitHub Actions does not support YAML -# anchors. Keep them in sync. +# No paths filter: the notices also reference files under src/ (e.g. the inline logo components), +# so any rename anywhere in the tree can rot a notice. The check runs in under a second. on: push: branches: [main] - paths: - - 'ASSETS.md' - - 'NOTICE.md' - - 'LICENSE' - - 'licenses/**' - - 'assets/**' - - 'bskyembed/assets/**' - - 'bskyogcard/src/assets/**' - - 'bskyweb/static/**' - - 'bskyweb/embedr-static/**' - - 'modules/BlueskyClip/Images.xcassets/**' - - 'scripts/check-asset-notices.mjs' - - '.github/workflows/asset-notices.yml' pull_request: - paths: - - 'ASSETS.md' - - 'NOTICE.md' - - 'LICENSE' - - 'licenses/**' - - 'assets/**' - - 'bskyembed/assets/**' - - 'bskyogcard/src/assets/**' - - 'bskyweb/static/**' - - 'bskyweb/embedr-static/**' - - 'modules/BlueskyClip/Images.xcassets/**' - - 'scripts/check-asset-notices.mjs' - - '.github/workflows/asset-notices.yml' concurrency: group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}' diff --git a/ASSETS.md b/ASSETS.md index f27a4d48b1..e9450533e6 100644 --- a/ASSETS.md +++ b/ASSETS.md @@ -93,7 +93,7 @@ supports it. - `bskyweb/static/favicon.png`, `favicon-16x16.png`, `favicon-32x32.png` - `bskyweb/static/apple-touch-icon.png` - `bskyweb/static/safari-pinned-tab.svg` -- `bskyweb/static/social-card-default.png`, `social-card-default-gradient.png` +- `bskyweb/static/social-card-default.png`, `bskyweb/static/social-card-default-gradient.png` - `bskyweb/embedr-static/favicon.png`, `favicon-16x16.png`, `favicon-32x32.png` - `modules/BlueskyClip/Images.xcassets/AppIcon.appiconset/` - Inline vector path data in `src/view/icons/Logo.tsx` and `src/view/icons/Logotype.tsx`