-
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
ci: 初期に自動的に登録される Issue を整理 #285
Conversation
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 |
02ad782
to
9b758d1
Compare
9b758d1
to
4ca2460
Compare
inputs: | ||
language: | ||
description: "The language of the issue to create. ja / en are supported, and ja is set by default." | ||
default: "ja" | ||
|
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/marketplace/actions/create-issue-from-file | ||
- uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94 # v5.0.0 | ||
with: | ||
title: "[初期セットアップ(任意)] スプラッシュ画面の設定" |
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.
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 |
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.
permissions: | ||
contents: write |
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.
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.
LGTM です!
ご対応ありがとうございます!
@@ -1,20 +1,31 @@ | |||
name: Template Cleanup | |||
name: Initialization |
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.
概要
初期に自動的に登録される Issue を整理します。
レビュー観点
レビューレベル
レビュー優先度
画像 / 動画
確認したこと
Use this template
を実施可能であることUse this template
でリポジトリ作成後に action が動作し Issue が作成されること動作確認手順
備考