Skip to content

Commit 577507e

Browse files
authored
chore: update repo configuration (#3)
* chore: add in_progress_fortune option to reviews configuration * chore: update trigger events for build and test workflow * chore: add keywords to package.json for better discoverability * chore: update README badges for NPM downloads and Discord channel
1 parent d6b98de commit 577507e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.coderabbit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ reviews:
66
request_changes_workflow: false
77
high_level_summary: true
88
poem: false
9+
in_progress_fortune: false
910
review_status: true
1011
review_details: false
1112
auto_review:

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build and Test
2-
on: [push, pull_request, workflow_dispatch]
2+
on: [pull_request, workflow_dispatch]
33

44
jobs:
55
build-and-test:

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@
1010
<a href="https://www.npmjs.com/package/@visualbravo/zenstack-cache?activeTab=versions">
1111
<img alt="NPM Version" src="https://img.shields.io/npm/v/%40visualbravo%2Fzenstack-cache/latest">
1212
</a>
13+
<a href="https://www.npmjs.com/package/@visualbravo/zenstack-cache">
14+
<img alt="NPM Downloads" src="https://img.shields.io/npm/dm/%40visualbravo%2Fzenstack-cache">
15+
</a>
1316
<a href="https://github.com/visualbravo/zenstack-cache/actions/workflows/build-and-test.yaml?query=branch%3Adev++">
1417
<img alt="Build Status" src="https://img.shields.io/github/actions/workflow/status/visualbravo/zenstack-cache/build-and-test.yaml">
1518
</a>
16-
<a href="https://discord.gg/Ykhr738dUe">
17-
<img alt="Join the ZenStack server" src="https://img.shields.io/discord/1035538056146595961">
19+
<a href="https://discord.gg/2PaRSu7X">
20+
<img alt="Join the ZenStack Cache channel" src="https://img.shields.io/discord/1035538056146595961">
1821
</a>
1922
<a href="https://github.com/visualbravo/zenstack-cache/blob/76a2de03245c26841b04525dd8b424a8799d654c/LICENSE">
2023
<img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-green">

packages/cache/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"main": "./dist/index.cjs",
88
"module": "./dist/index.mjs",
99
"types": "./dist/index.d.cts",
10+
"keywords": ["zenstack", "cache", "caching", "prisma", "accelerate", "orm"],
1011
"exports": {
1112
".": {
1213
"@zenstack-cache/source": "./src/index.ts",

0 commit comments

Comments
 (0)