Skip to content

Commit df4c297

Browse files
Merge branch 'main' into add-faq
2 parents 04cbbf6 + 7bcfff4 commit df4c297

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

.github/workflows/fix.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
permissions:
1212
contents: write
1313

14+
if: github.actor != 'github-actions[bot]'
15+
1416
steps:
1517
- uses: actions/checkout@v4
1618
with:
@@ -24,18 +26,16 @@ jobs:
2426
cache: pnpm
2527
- run: pnpm install
2628
- run: pnpm run lint:fix
29+
- run: git add .
2730

28-
- id: diff
29-
run: |
30-
if [[ -n $(git status --porcelain) ]]; then
31-
echo 'changes=true' >>"$GITHUB_OUTPUT"
32-
fi
31+
- uses: qoomon/actions--create-commit@v1
32+
id: actions--create-commit
33+
with:
34+
message: |
35+
🎨 pnpm run lint:fix
3336
34-
- if: steps.diff.outputs.changes == 'true'
35-
name: Commit and push
36-
run: |
37-
git config user.name 'github-actions[bot]'
38-
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
37+
[dependabot skip]
38+
skip-empty: true
3939

40-
git commit --all --message '🎨 pnpm run lint:fix' --message '[dependabot skip]'
41-
git push
40+
- if: ${{ steps.actions--create-commit.outputs.commit }}
41+
run: git push

docs/self-hosted/github.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ LINEAR_PAT=[<linear-personal-access-token>]
107107
OAUTH2_ENDPOINT=[<endpoint>]
108108
OAUTH2_CLIENT_ID=[<client-id>]
109109
OAUTH2_CLIENT_SECRET=[<client-secret>]
110+
111+
# Set to true to use the knowledge base features.
112+
ON_PREM_KNOWLEDGE_BASE=[true]
113+
# The branch which CodeRabbit will store the knowledge base json files in.
114+
ON_PREM_KNOWLEDGE_BASE_BRANCH=[coderabbitai/data]
110115
```
111116

112117
:::note

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy