Skip to content

Commit a44e018

Browse files
Merge branch 'main' into fix/duplicate-react-query-devtools
2 parents 79e0c06 + 74dc055 commit a44e018

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/_release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
continue-on-error: true
1313
steps:
14-
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4
14+
- uses: googleapis/release-please-action@d1a8f221d7723166f48a584aebba00ef3f6febec # v4
1515
id: release
1616
with:
1717
token: ${{ secrets.GH_PAT_RELEASE_PLEASE }}

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"lint-staged": "^15.3.0",
9393
"msw": "^2.7.0",
9494
"postcss": "^8.4.49",
95-
"prettier": "3.4.2",
95+
"prettier": "3.5.3",
9696
"prettier-plugin-classnames": "^0.7.6",
9797
"prettier-plugin-merge": "^0.7.2",
9898
"prettier-plugin-tailwindcss": "^0.6.11",

src/features/workspace/lib/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const DEFAULT_RULE = {
3232
}
3333

3434
const CUSTOM_RULE = {
35-
placeholder: 'e.g. file type, file name',
35+
placeholder: 'e.g. file glob patterns like *.py',
3636
selectedKey: '',
3737
items: getRequestType(),
3838
}

0 commit comments

Comments
 (0)