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: 初期に自動的に登録される Issue を整理 #285

Merged
merged 7 commits into from
Jul 23, 2024

Conversation

tatsutakein
Copy link
Member

@tatsutakein tatsutakein commented Jul 19, 2024

概要

初期に自動的に登録される Issue を整理します。

  • use template した際に自動登録する issue を docs から移動
  • 初期の issue 作成用ファイルを ja に移動
  • use template した際に流れるワークフローのカイゼン
  • firebase hosting 関連の画像をアップロードした画像で置き換え
  • docs から移動したファイルの issue 作成ステップを追加

レビュー観点

  • 内容に過不足がないか

レビューレベル

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

レビュー優先度

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

画像 / 動画

Before After Design

確認したこと

動作確認手順

備考

Copy link

github-actions bot commented Jul 19, 2024

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

https://flutter-mobile-project-template-catalog--pr285-improve-xqj6wa90.web.app

(expires Mon, 29 Jul 2024 04:40:40 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 9ea56735a63d07a7cfe62eb204b0528284c37c23

Comment on lines +4 to +8
inputs:
language:
description: "The language of the issue to create. ja / en are supported, and ja is set by default."
default: "ja"

Copy link
Member Author

Choose a reason for hiding this comment

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

memo-badge

今回は対応しませんが、今後英語での Issue 作成にも対応しやすいよう言語の指定を受け付けるようにしています。

# https://github.com/marketplace/actions/create-issue-from-file
- uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94 # v5.0.0
with:
title: "[初期セットアップ(任意)] スプラッシュ画面の設定"
Copy link
Member Author

Choose a reason for hiding this comment

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

memo-badge

スプラッシュは任意で良いかなと思って (任意) をつけていますが、必須にしたほうがよさそうであれば変更します。

Comment on lines +9 to +20
condition:
runs-on: ubuntu-22.04
outputs:
execute: ${{ steps.condition.outputs.execute }}
steps:
- id: condition
run: |
if [[ "${{ github.event.repository.name }}" != "flutter-mobile-project-template" ]]; then
echo "execute=true" >> "$GITHUB_OUTPUT"
else
echo "execute=false" >> "$GITHUB_OUTPUT"
fi
Copy link
Member Author

Choose a reason for hiding this comment

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

memo-badge

job が分かれていた方が視覚化できて良さそうだったので分けてみました。

CleanShot 2024-07-22 at 14 05 43

permissions:
contents: write
Copy link
Member Author

Choose a reason for hiding this comment

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

memo-badge

job を分割したことで、その job で必要な権限が明確になります 🙆

@tatsutakein tatsutakein marked this pull request as ready for review July 22, 2024 05:09
@tatsutakein tatsutakein enabled auto-merge July 22, 2024 05:09
@yumemi-team-review-requester yumemi-team-review-requester bot requested review from a team, Aosanori and mqkotoo and removed request for a team July 22, 2024 05:09
Copy link

Ready for review 🚀

Copy link
Member

@blendthink blendthink left a comment

Choose a reason for hiding this comment

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

LGTM です!
ご対応ありがとうございます!

@@ -1,20 +1,31 @@
name: Template Cleanup
name: Initialization
Copy link
Member

Choose a reason for hiding this comment

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

good-badge
Cleanup というより Initialization のほうが適していそうですね!
修正ありがとうございます!

@tatsutakein tatsutakein merged commit a096a85 into main Jul 23, 2024
15 checks passed
@tatsutakein tatsutakein deleted the improve/GH-274 branch July 23, 2024 00:57
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.

[Improve] 初期に自動的に登録される Issue を整理
2 participants