Skip to content

Commit ad9edb9

Browse files
authored
Add the che-incubator/jetbrains-ide-dev-server to the base image tag updater job (#90)
* Add the 'che-incubator/jetbrains-ide-dev-server' to the base image tag updater job. Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com> * Update approvePRs.sh --------- Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
1 parent eb64a30 commit ad9edb9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/update-base-images.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
che-incubator/che-code,
1616
che-incubator/configbump,
1717
che-incubator/jetbrains-editor-images,
18+
che-incubator/jetbrains-ide-dev-server,
1819
che-incubator/kubernetes-image-puller,
1920
che-incubator/kubernetes-image-puller-operator,
2021
devfile/devworkspace-operator,
@@ -41,6 +42,7 @@ jobs:
4142
- { repo: "che-incubator/che-code", user: "CHE_INCUBATOR_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" }
4243
- { repo: "che-incubator/configbump", user: "CHE_INCUBATOR_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" }
4344
- { repo: "che-incubator/jetbrains-editor-images", user: "CHE_INCUBATOR_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" }
45+
- { repo: "che-incubator/jetbrains-ide-dev-server", user: "CHE_INCUBATOR_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" }
4446
- { repo: "che-incubator/kubernetes-image-puller", user: "CHE_INCUBATOR_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" }
4547
- { repo: "che-incubator/kubernetes-image-puller-operator", user: "CHE_INCUBATOR_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" }
4648
- { repo: "devfile/devworkspace-operator", user: "CHE_INCUBATOR_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" }
@@ -62,6 +64,7 @@ jobs:
6264
che-incubator/che-code,
6365
che-incubator/configbump,
6466
che-incubator/jetbrains-editor-images,
67+
che-incubator/jetbrains-ide-dev-server,
6568
che-incubator/kubernetes-image-puller,
6669
che-incubator/kubernetes-image-puller-operator,
6770
devfile/devworkspace-operator,

utils/approvePRs.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ che-incubator/chectl \
1616
che-incubator/che-code \
1717
che-incubator/configbump \
1818
che-incubator/jetbrains-editor-images \
19+
che-incubator/jetbrains-ide-dev-server \
1920
che-incubator/kubernetes-image-puller \
2021
che-incubator/kubernetes-image-puller-operator \
2122
devfile/devworkspace-operator \
@@ -93,4 +94,4 @@ for ownerRepo in $DEFAULT_REPOS; do
9394
fi
9495
echo
9596
fi
96-
done
97+
done

0 commit comments

Comments
 (0)