Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: ghaction-github-labeler を導入 #80

Merged
merged 2 commits into from
Jan 29, 2024
Merged

ci: ghaction-github-labeler を導入 #80

merged 2 commits into from
Jan 29, 2024

Conversation

tatsutakein
Copy link
Member

@tatsutakein tatsutakein commented Jan 29, 2024

Issue

概要

ghaction-github-labeler を導入します.

レビュー観点

レビューレベル

  • Lv0: まったく見ないで Approve する
  • Lv1: ぱっとみて違和感がないかチェックして Approve する
  • Lv2: 仕様レベルまで理解して、仕様通りに動くかある程度検証して Approve する
  • Lv3: 実際に環境で動作確認したうえで Approve する

レビュー優先度

  • すぐに見てもらいたい ( hotfix など ) 🚀
  • 今日中に見てもらいたい 🚗
  • 今日〜明日中で見てもらいたい 🚶
  • 数日以内で見てもらいたい 🐢

参考リンク

スクリーンショット

Before After

Summary by CodeRabbit

  • Chores
    • GitHubのラベルとワークフローの整理と新規追加を行いました。これにより、イシューやプルリクエストの分類が容易になり、開発プロセスの管理が向上します。

Copy link

coderabbitai bot commented Jan 29, 2024

Warning

Rate Limit Exceeded

@tatsutakein has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 18 minutes and 53 seconds before requesting another review.

How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.
Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.
Please see our FAQ for further information.

Commits Files that changed from the base of the PR and between d6d5cec and d67566f.

Walkthrough

プロジェクトのラベル管理を自動化し、整理するための変更が行われました。これには、.githubディレクトリ内の複数のファイルが関与しており、新しいラベルの追加、既存ラベルの再構成、そしてGitHub Actionsを用いた自動ラベリング機能の導入が含まれます。これにより、開発プロセスの整理と効率化が図られます。

Changes

ファイル 変更概要
.github/labeler.yml "type" ラベルの再構成と新しいラベルの追加
.github/labels.yml 様々な種類のラベル(デフォルト、タイプ、アプリケーションパッケージ、コアパッケージ、機能パッケージ)の定義
.github/workflows/labels.yml メインブランチへのプッシュとプルリクエストに対して動作する"Labels" GitHub Actionsワークフローの導入

Assessment against linked issues

目標 対応済 説明
ghaction-github-labeler の導入 (#77)

Poem

🐰🌟
コードの海、ラベルで航海
自動の風、効率よく導く
変更の波、整然と渡る
🌈✨

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit-tests for this file.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit tests for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository from git and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

@tatsutakeinjp-bot
Copy link
Contributor

tatsutakeinjp-bot bot commented Jan 29, 2024

Visit the preview URL for this PR (updated for commit d67566f):

(expires Mon, 05 Feb 2024 09:59:49 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 7201e0b109e9b9d31ff627ad9408c5506104c357

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Status

Actionable comments generated: 2

Configuration used: .coderabbit.yaml

Commits Files that changed from the base of the PR and between d6d5cec and 71c8102.
Files selected for processing (3)
  • .github/labeler.yml (3 hunks)
  • .github/labels.yml (1 hunks)
  • .github/workflows/labels.yml (1 hunks)
Files skipped from review due to trivial changes (1)
  • .github/labels.yml
Additional comments: 10
.github/workflows/labels.yml (4)
  • 3-13: GitHub Actionsのトリガー設定について、pushpull_requestイベントが.github/labels.yml.github/workflows/labels.ymlの変更にのみ反応するように設定されています。この設定は、ラベルの管理に関連するファイルの変更時にのみワークフローを実行するため、適切です。
  • 21-21: actions/checkoutアクションを使用していますが、固定のコミットハッシュ(b4ffde65f46336ab88eb53be808477a3936bae11)を指定しています。これはセキュリティ上のベストプラクティスですが、アクションの更新を逃す可能性があります。定期的な依存関係の更新を検討してください。
  • 25-25: crazy-max/ghaction-github-labelerアクションを使用していますが、固定のコミットハッシュ(de749cf181958193cb7debf1a9c5bb28922f3e1b)を指定しています。これはセキュリティ上のベストプラクティスですが、アクションの更新を逃す可能性があります。定期的な依存関係の更新を検討してください。
  • 29-32: プルリクエストイベントの場合にdry-runtrueに設定しています。これにより、実際にラベルを適用する前にどのラベルが適用されるかを確認できます。また、excludeオプションを使用して特定のラベルを除外しています。この設定は、意図した動作を正確に反映しており、適切です。
.github/labeler.yml (6)
  • 5-9: @type/buildラベルの設定について、pubspec.yamlmelos.yamlファイルの変更に反応するように設定されています。これは、ビルド設定に関連するファイルの変更を適切にカテゴライズするための適切な設定です。
  • 11-16: @type/ciラベルの設定について、.githubscriptstoolsディレクトリ内のファイルの変更に反応するように設定されています。CIに関連する変更を適切に識別するための適切な設定です。
  • 19-22: @type/docsラベルの設定について、docsディレクトリとREADME.mdファイルの変更に反応するように設定されています。ドキュメントに関連する変更を適切に識別するための適切な設定です。
  • 34-36: @applicationラベルの設定について、appディレクトリ内のファイルの変更に反応するように設定されています。アプリケーションに関連する変更を適切に識別するための適切な設定です。
  • 47-53: @core/dataラベルの設定について、core/dataディレクトリ内のファイルの変更に反応するように設定されています。コアデータに関連する変更を適切に識別するための適切な設定です。
  • 87-102: フィーチャーパッケージラベルの設定について、各フィーチャーに対応するディレクトリ内のファイルの変更に反応するように設定されています。これにより、フィーチャーに関連する変更が適切にカテゴライズされます。設定は明確であり、適切です。


jobs:
labeler:
runs-on: ubuntu-22.04
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

runs-on: ubuntu-22.04を使用していますが、GitHub Actionsのランナーのバージョンは定期的に更新されるため、将来的には非推奨になる可能性があります。最新バージョンまたはubuntu-latestタグの使用を検討してください。

Comment on lines 24 to 27
- label: "@type/feature"
title: "^feat:.+"

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@type/featureラベルの設定について、feat:プレフィックスをタイトルに含むプルリクエストに反応するように設定されていますが、filesキーが欠けています。このラベルはファイルパターンに基づいて適用されるべきか、それともタイトルのみに基づいて適用されるべきかを明確にする必要があります。

@tatsutakein tatsutakein merged commit a343628 into main Jan 29, 2024
9 checks passed
@tatsutakein tatsutakein deleted the rt/add-labels branch January 29, 2024 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: ghaction-github-labeler の導入
1 participant