Skip to content

Commit 92359c6

Browse files
authored
[gha] update JetBrains PRs' reviewer (#18639)
1 parent e947903 commit 92359c6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/jetbrains-update-plugin-platform-template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ jobs:
111111
commit-message: "Update Platform Version of ${{ inputs.pluginName }} to ${{ steps.latest-version.outputs.result }}"
112112
branch: "jetbrains/${{ inputs.pluginId }}-platform"
113113
labels: "team: IDE,editor: jetbrains"
114-
team-reviewers: "engineering-ide"
114+
team-reviewers: |
115+
team-experience
115116
token: ${{ secrets.roboquatRepoPat }}
116117
committer: Robo Quat <[email protected]>
117118
author: Robo Quat <[email protected]>

.github/workflows/jetbrains-updates.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
token: ${{ secrets.ROBOQUAT_REPO_PAT }}
7676
committer: Robo Quat <[email protected]>
7777
author: Robo Quat <[email protected]>
78+
team-reviewers: |
79+
team-experience
7880
- name: Get previous job's status
7981
id: lastrun
8082
uses: filiptronicek/get-last-job-status@main

0 commit comments

Comments
 (0)