From 1100ed0ee9da451b7a0c1fdebe8065eb46f0c402 Mon Sep 17 00:00:00 2001 From: masaki-shimura Date: Tue, 14 May 2024 23:49:05 +0900 Subject: [PATCH] =?UTF-8?q?Add=20=E3=83=89=E3=82=AD=E3=83=A5=E3=83=A1?= =?UTF-8?q?=E3=83=B3=E3=83=88=E3=81=AE=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UnityMockToolsDocument/README/90_github_action.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 UnityMockToolsDocument/README/90_github_action.md diff --git a/UnityMockToolsDocument/README/90_github_action.md b/UnityMockToolsDocument/README/90_github_action.md new file mode 100644 index 0000000..673f1ce --- /dev/null +++ b/UnityMockToolsDocument/README/90_github_action.md @@ -0,0 +1,12 @@ +### このプロジェクトに置けるGitHubActionについて + +現在使用しているGitHubActionは下記の通りになります + +* 自動的にAssign設定を行なう +* 自動的にProject設定を行なう +* 自動的にMilestone設定を行なう + +以下についてはPR提出者が明示的に指定する + +* タグの設定 +* Projectの詳細 \ No newline at end of file