Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

👷 Only run autofix on pull requests#130

Merged
NatoBoram merged 10 commits intomainfrombugfix/pnpm-lint-fix
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions.github/workflows/fix.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
name:Fix

on:
push:
branches:main
pull_request:
branches:main

Expand All@@ -15,6 +13,8 @@ jobs:

steps:
-uses:actions/checkout@v4
with:
ref:${{ github.head_ref }}
-uses:pnpm/action-setup@v4
with:
version:latest
Expand All@@ -24,18 +24,18 @@ jobs:
cache:pnpm
-run:pnpm install
-run:pnpm run lint:fix
-run:|
git add .
git status

-uses:qoomon/actions--create-commit@v1
id:actions--create-commit
with:
message:|
🎨 pnpm run lint:fix
-id:diff
run:|
if [[ -n $(git status --porcelain) ]]; then
echo 'changes=true' >>"$GITHUB_OUTPUT"
fi
[dependabot skip]
skip-empty:true
token:${{ secrets.GITHUB_TOKEN }}
-if:steps.diff.outputs.changes == 'true'
name:Commit and push
run:|
git config user.name 'github-actions[bot]'
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
-run:git push
git commit --all --message '🎨 pnpm run lint:fix' --message '[dependabot skip]'
git push
6 changes: 3 additions & 3 deletionsdocs/changelog.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,11 +12,11 @@ sidebar_position: 9
We've improved our Learnings and Metrics accessibility for Self-Hosted CodeRabbit customers to provide a more seamless experience. Track learning patterns and insights more easily, with API key generation now available directly from the interface.

**Setup:**

- Generate an API key in the CodeRabbit UI
- Enable Learnings and Metrics by:
- Configuring your .env file, or
- Contacting CodeRabbit support for assistance

- Configuring your .env file, or
- Contacting CodeRabbit support for assistance

##October 30, 2024

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp