Skip to content

Commit 6e068f6

Browse files
authored
Merge branch 'main' into main
2 parents cd197e8 + ff1e200 commit 6e068f6

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: ✅ Use App Token for the Bot which is allowed to create releases
16-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
16+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
1717
id: app-token
1818
with:
1919
app-id: ${{ vars.BOT_APP_ID }}

icons/rolldown.svg

Lines changed: 4 additions & 0 deletions
Loading

src/core/icons/fileIcons.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,12 +1426,14 @@ export const fileIcons: FileIcons = {
14261426
},
14271427
{
14281428
name: 'rstack',
1429-
fileNames: ['rspress.config.ts', 'rslint.json', 'rslint.jsonc'],
1429+
fileNames: ['rslint.json', 'rslint.jsonc'],
14301430
patterns: {
14311431
'rspack.config': FileNamePattern.Ecmascript,
14321432
'rsbuild.config': FileNamePattern.Ecmascript,
14331433
'rslib.config': FileNamePattern.Ecmascript,
14341434
'rstest.config': FileNamePattern.Ecmascript,
1435+
'rspress.config': FileNamePattern.Ecmascript,
1436+
'rslint.config': FileNamePattern.Ecmascript,
14351437
},
14361438
},
14371439
{
@@ -2485,6 +2487,12 @@ export const fileIcons: FileIcons = {
24852487
'velite.config': FileNamePattern.Ecmascript,
24862488
},
24872489
},
2490+
{
2491+
name: 'rolldown',
2492+
patterns: {
2493+
'rolldown.config': FileNamePattern.Ecmascript,
2494+
},
2495+
},
24882496
{ name: 'opa', fileExtensions: ['rego'] },
24892497
{ name: 'lerna', fileNames: ['lerna.json'] },
24902498
{

0 commit comments

Comments
 (0)