-
Notifications
You must be signed in to change notification settings - Fork 0
[CI] フロントエンドのCI改善 #133
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] フロントエンドのCI改善 #133
Conversation
with permission setting and concurrency setting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
フロントエンドCIの改善を行い、GitHub Actionsのベストプラクティスに従った設定を追加。
- timeout設定による無限実行の防止
- concurrency設定による同時実行制御
- permissions設定によるセキュリティ強化
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/frontend-ci.yml | timeout、permissions、concurrency設定を追加し、引用符を統一 |
| .github/workflows/backend-ci.yml | 引用符の統一のみ |
.github/workflows/frontend-ci.yml
Outdated
| - 'client/**' | ||
| - '.github/workflows/client-ci.yml' | ||
| - "client/**" | ||
| - ".github/workflows/client-ci.yml" |
Copilot
AI
Oct 10, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[必須] ワークフローファイル名が一致していません。ファイル名は 'frontend-ci.yml' ですが、paths では 'client-ci.yml' を監視しています。正しいファイル名 '.github/workflows/frontend-ci.yml' に修正してください。
| - ".github/workflows/client-ci.yml" | |
| - ".github/workflows/frontend-ci.yml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on November 12
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
|
wwwwwwwww |
Github Actionsの設定項目を追加
timeout 5m の理由として、フロントエンドのFormatter LinterやBuildのみなら、1m 2m で終わるため
permission
このサイト勉強になった。
https://gihyo.jp/article/2024/10/good-practices-for-github-actions