Skip to content

Commit d4faaaa

Browse files
author
Andrea Falzetti
committed
docs: jetbrains auto-update PR descr improvement
1 parent aecaa76 commit d4faaaa

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/jetbrains-updates-template.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,24 @@ jobs:
5959
This PR updates the ${{ inputs.productName }} IDE image to the latest release version.
6060
6161
## How to test
62-
Go to the preferences and select ${{ inputs.productName }} as desktop IDE. Start a workspace and verify that the new IDE version works.
62+
1. Open the preview environment generated for this branch
63+
2. Choose ${{ inputs.productName }} as your preferred editor
64+
3. Start a workspace (for IntelliJ use this repository: `https://github.com/gitpod-io/spring-petclinic`)
65+
4. Verify that the workspace starts successfully
66+
5. Verify that the IDE opens successfully
67+
6. Verify that the version of the IDE corresponds to the one being updated in this PR
68+
69+
The following resources should help, in case something goes wrong (e.g. workspaces don't start):
70+
71+
- https://www.gitpod.io/docs/troubleshooting#gitpod-logs-in-jetbrains-gateway
72+
- https://docs.google.com/document/d/1K9PSB0G6NwX2Ns_SX_HEgMYTKYsgMJMY2wbh0p6t3lQ
6373
6474
## Release Notes
6575
```release-note
6676
Update ${{ inputs.productName }} IDE image to version ${{ steps.latest-release.outputs.version }}.
6777
```
78+
79+
_This PR was created automatically with GitHub Actions using [this](https://github.com/gitpod-io/gitpod/blob/main/.github/workflows/jetbrains-updates-template.yml) template_
6880
commit-message: "[${{ inputs.productId }}] Update IDE image to build version ${{ steps.latest-release.outputs.version }}"
6981
branch: "jetbrains/${{ inputs.productId }}-${{ steps.latest-release.outputs.version2 }}"
7082
labels: "team: IDE"

0 commit comments

Comments
 (0)