Skip to content

Commit 77d419b

Browse files
felladrinroboquat
authored andcommitted
Auto-approve also EAP Gateway Plugin updates
1 parent d6910a6 commit 77d419b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,4 @@
117117
#
118118
/CHANGELOG.md
119119
/components/ide/jetbrains/backend-plugin/gradle-latest.properties
120+
/components/ide/jetbrains/gateway-plugin/gradle-latest.properties

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ jobs:
130130
_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._
131131
commit-message: "Update Platform Version of ${{ inputs.pluginName }} to ${{ steps.latest-version.outputs.result }}"
132132
branch: "jetbrains/${{ inputs.pluginId }}-platform"
133-
labels: "team: IDE"
133+
labels: "team: IDE,editor: jetbrains"
134134
team-reviewers: "engineering-ide"
135135
token: ${{ secrets.roboquatRepoPat }}
136136
committer: Robo Quat <[email protected]>
137137
author: Robo Quat <[email protected]>
138138
- name: Auto Approve Pull Request
139-
if: ${{ inputs.pluginId == 'backend-plugin' && steps.create-pr.outputs.pull-request-number }}
139+
if: ${{ steps.create-pr.outputs.pull-request-number }}
140140
uses: hmarr/auto-approve-action@v3
141141
with:
142142
pull-request-number: ${{ steps.create-pr.outputs.pull-request-number }}

0 commit comments

Comments
 (0)