Skip to content

Commit

Permalink
Update jetbrains-update-plugin-platform-template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felladrin authored and roboquat committed Aug 9, 2022
1 parent 33b1603 commit 31c4178
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
_This PR was created automatically with GitHub Actions using [this](https://github.com/gitpod-io/gitpod/blob/main/.github/workflows/jetbrains-update-plugin-platform-template.yml) template._
commit-message: "Update Platform Version of ${{ inputs.pluginName }} to ${{ steps.latest-version.outputs.result }}"
branch: "jetbrains/${{ inputs.pluginId }}-platform-${{ steps.latest-version.outputs.result }}"
branch: "jetbrains/${{ inputs.pluginId }}-platform"
labels: "team: IDE"
team-reviewers: "engineering-ide"
- name: Create Pull Request for Backend Plugin
Expand All @@ -102,7 +102,7 @@ jobs:
## How to test
1. Open the preview environment generated for this branch
2. Choose the stable version of IntelliJ IDEA as your preferred editor
2. Choose the _Latest Release (Unstable)_ version of IntelliJ IDEA as your preferred editor
3. Start a workspace using this repository: https://github.com/gitpod-io/spring-petclinic
4. Verify that the workspace starts successfully
5. Verify that the IDE opens successfully
Expand All @@ -117,7 +117,7 @@ jobs:
_This PR was created automatically with GitHub Actions using [this](https://github.com/gitpod-io/gitpod/blob/main/.github/workflows/jetbrains-update-plugin-platform-template.yml) template._
commit-message: "Update Platform Version of ${{ inputs.pluginName }} to ${{ steps.latest-version.outputs.result }}"
branch: "jetbrains/${{ inputs.pluginId }}-platform-${{ steps.latest-version.outputs.result }}"
branch: "jetbrains/${{ inputs.pluginId }}-platform"
labels: "team: IDE"
team-reviewers: "engineering-ide"
- name: Slack Notification
Expand Down

0 comments on commit 31c4178

Please sign in to comment.