-
Notifications
You must be signed in to change notification settings - Fork 8
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
[GH-237] ラベルの管理と紐づけをワークフロー化 #243
Conversation
チェック対象ファイルの変更がなかったため、checkジョブをスキップしました |
Visit the preview URL for this PR (updated for commit d146c22): https://flutter-mobile-project-template-catalog--pr243-feature-a34ujffz.web.app (expires Thu, 13 Jun 2024 03:52:06 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 9ea56735a63d07a7cfe62eb204b0528284c37c23 |
チェック対象ファイルの変更がなかったため、checkジョブをスキップしました |
5e78292
to
7675821
Compare
チェック対象ファイルの変更がなかったため、checkジョブをスキップしました |
チェック対象ファイルの変更がなかったため、checkジョブをスキップしました |
# Default labels | ||
- name: "bug" | ||
color: "d73a4a" | ||
description: "Something isn't working" | ||
|
||
- name: "documentation" | ||
color: "0075ca" | ||
description: "Improvements or additions to documentation" | ||
|
||
- name: "duplicate" | ||
color: "cfd3d7" | ||
description: "This issue or pull request already exists" | ||
|
||
- name: "enhancement" | ||
color: "a2eeef" | ||
description: "New feature or request" | ||
|
||
- name: "good first issue" | ||
color: "7057ff" | ||
description: "Good for newcomers" | ||
|
||
- name: "help wanted" | ||
color: "008672" | ||
description: "Extra attention is needed" | ||
|
||
- name: "invalid" | ||
color: "e4e669" | ||
description: "This doesn't seem right" | ||
|
||
- name: "question" | ||
color: "d876e3" | ||
description: "Further information is requested" | ||
|
||
- name: "wontfix" | ||
color: "ffffff" | ||
description: "This will not be worked on" |
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.
現状定義されてあるラベル群を記載しています.
https://github.com/yumemi-inc/flutter-mobile-project-template/labels
チェック対象ファイルの変更がなかったため、checkジョブをスキップしました |
Ready for review 🚀 |
パッケージラベルを自動生成できるようにするため,一旦 Draft に戻します |
Ready for review 🚀 |
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.
LTGM
📝
パッケージが増えた時にラベルパターンも自動で増えると良さそうなので、別PRで対応するめてくれている
概要
ラベルの管理と紐づけをワークフロー化します.
現状パッケージラベルが手動での管理となるため,自動生成の Issue (#244) を作成しています.
レビュー観点
レビューレベル
レビュー優先度
画像 / 動画
動作確認手順
以下の実行結果をご確認ください 🙏
https://github.com/yumemi-inc/flutter-mobile-project-template/actions/runs/9394833581/job/25873179634?pr=243
備考