Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

#6 アプリバージョンを更新するGitHub Actions の追加 #7

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

tshion
Copy link
Owner

@tshion tshion commented Feb 23, 2024

  • 新規追加

概要

GitHub 上でアプリバージョン更新し、
Pull Request を生成出来るようにしました。

変更点

追加

  • GitHub Actions の追加

確認事項

下記の制約があるので、ある程度動作確認が取れたらマージして、GitHub Actions を試してみてください。

To trigger the workflow_dispatch event, your workflow must be in the default branch.

※リポジトリ設定の Actions > General >Workflow permissionsAllow GitHub Actions to create and approve pull requests を有効にしてください。

備考

@tshion tshion added the github GitHub 機能を利用しているもの label Feb 23, 2024
@tshion tshion self-assigned this Feb 23, 2024
@tshion tshion merged commit 912268f into develop Feb 23, 2024
@tshion tshion deleted the feature/#6_auto_create_pr_version_up branch February 23, 2024 13:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
github GitHub 機能を利用しているもの
Projects
None yet
Development

Successfully merging this pull request may close these issues.

アプリバージョンの更新Pull Request を自動生成する仕組みの整備
1 participant