Skip to content

Commit 3f8595a

Browse files
authored
Merge pull request #51 from snickerjp/feat-update-mysql-shell-and-workflows
feat: add GitHub Actions workflow to check and update MySQL Shell ver…
2 parents b91b4d9 + 6b1cf7a commit 3f8595a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check-new-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Check for new MySQL Shell releases
22

3+
34
# このワークフローは以下を行います:
45
# 1. MySQL Shellの最新リリースタグを検出
56
# 2. 現在のDockerイメージのバージョンと比較
@@ -46,6 +47,9 @@ on:
4647

4748
jobs:
4849
check-release:
50+
permissions:
51+
contents: read
52+
pull-requests: write
4953
runs-on: ubuntu-latest
5054
# ジョブの概要説明
5155
name: Check and update MySQL Shell versions

0 commit comments

Comments
 (0)