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

#6 PR 作成した際、向け先を実行したブランチにするように修正 #26

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

tshion
Copy link
Owner

@tshion tshion commented Apr 12, 2024

  • 既存改良

概要

アプリバージョンを更新するGitHub Actions を用いてPull Request を自動生成した際、
Pull Request の向け先にGitHub Actions を実行したブランチを設定するように修正しました。

これにより、任意のブランチでGitHub Actions を実行しても、
常に develop ブランチに向いてしまう事象を解消できると思われます。

変更点

修正

  • GitHub Actions を実行する際、Git タグを指定された場合は無視するように修正
    • バージョンの更新は、既に確定しているものに対して行わないため
  • Pull Request の向け先を修正

確認事項

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

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

備考

@tshion tshion added the github GitHub 機能を利用しているもの label Apr 12, 2024
@tshion tshion self-assigned this Apr 12, 2024
@tshion tshion merged commit 5b65af4 into develop Apr 12, 2024
@tshion tshion deleted the feature/#6_add_option_base_branch branch April 12, 2024 10:29
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