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

[GH-237] ラベルの管理と紐づけをワークフロー化 #243

Merged
merged 4 commits into from
Jun 10, 2024

Conversation

tatsutakein
Copy link
Member

@tatsutakein tatsutakein commented Jun 6, 2024

概要

ラベルの管理と紐づけをワークフロー化します.

現状パッケージラベルが手動での管理となるため,自動生成の Issue (#244) を作成しています.

レビュー観点

  • ラベルに過不足がなさそうか

レビューレベル

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

レビュー優先度

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

画像 / 動画

dry-run

動作確認手順

以下の実行結果をご確認ください 🙏
https://github.com/yumemi-inc/flutter-mobile-project-template/actions/runs/9394833581/job/25873179634?pr=243

備考

Copy link

github-actions bot commented Jun 6, 2024

チェック対象ファイルの変更がなかったため、checkジョブをスキップしました

Copy link

github-actions bot commented Jun 6, 2024

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

Copy link

github-actions bot commented Jun 6, 2024

チェック対象ファイルの変更がなかったため、checkジョブをスキップしました

Copy link

github-actions bot commented Jun 6, 2024

チェック対象ファイルの変更がなかったため、checkジョブをスキップしました

Copy link

github-actions bot commented Jun 6, 2024

チェック対象ファイルの変更がなかったため、checkジョブをスキップしました

Comment on lines +1 to +36
# 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"
Copy link
Member Author

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

labels

Copy link

github-actions bot commented Jun 6, 2024

チェック対象ファイルの変更がなかったため、checkジョブをスキップしました

@tatsutakein tatsutakein marked this pull request as ready for review June 6, 2024 03:59
@yumemi-team-review-requester yumemi-team-review-requester bot requested review from a team, Kotaro666-dev and mqkotoo and removed request for a team June 6, 2024 04:00
Copy link

github-actions bot commented Jun 6, 2024

Ready for review 🚀

@tatsutakein
Copy link
Member Author

パッケージラベルを自動生成できるようにするため,一旦 Draft に戻します

@tatsutakein tatsutakein marked this pull request as draft June 7, 2024 02:12
auto-merge was automatically disabled June 7, 2024 02:12

Pull request was converted to draft

@tatsutakein tatsutakein marked this pull request as ready for review June 10, 2024 01:26
Copy link

Ready for review 🚀

Copy link
Contributor

@K9i-0 K9i-0 left a comment

Choose a reason for hiding this comment

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

LTGM

📝
パッケージが増えた時にラベルパターンも自動で増えると良さそうなので、別PRで対応するめてくれている

@tatsutakein tatsutakein merged commit db73cda into main Jun 10, 2024
17 checks passed
@tatsutakein tatsutakein deleted the feature/GH-237 branch June 10, 2024 02:44
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]: GitHub 上のラベルをワークフローで管理できるようにする
2 participants