Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

idaten-hack/team-generator-react

Repository files navigation

team-generator-react

Build and Deploy

https://idaten-hack.github.io/team-generator-react/

プロジェクトのセットアップ

git clone https://github.com/idaten-hack/team-generator-react.git
cd team-generator-react
yarn

開発サーバーの立ち上げ

yarn dev

Dependabot の自動マージについて

以下の項目に全て当てはまる Dependabot の PR は自動でマージされます。

  • PR の作成者が dependabot[bot]
  • PR の Approve が 1 以上
  • パッチバージョンアップデート
  • ビルドテスト、リンター・フォーマットチェックに成功
  • ブランチが最新の状態になっている
flowchart TD
    A[DependabotのPRが作成される] --> B{パッチバージョン \n アップデートか?}
    B --> |Yes| C[PRをApprove]
    C --> H
    B --> |No| D[End]
    B --> E{Build \n Lint \n Format}
    E --> |Success| H
    E --> |failure| E2[End]
    E --> F{ベースブランチに \n 変更はあるか?}
    F --> |Yes| G[mergify \n ブランチアップデート]
    F --> |No| H
    G --> H[チェック待ち]
    H --> I[自動でマージ]
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors