Skip to content

[Backport release/3.9.x] chore(deps): bump @kong-ui-public/entities-plugins from 9.6.2 to 9.7.0 in the kong-packages group #510

[Backport release/3.9.x] chore(deps): bump @kong-ui-public/entities-plugins from 9.6.2 to 9.7.0 in the kong-packages group

[Backport release/3.9.x] chore(deps): bump @kong-ui-public/entities-plugins from 9.6.2 to 9.7.0 in the kong-packages group #510

Workflow file for this run

name: Backport
on:
pull_request_target:
types:
- closed
- labeled
jobs:
backport:
name: Backport
runs-on: ${{ vars.RUNS_ON }}
if: >
github.event.pull_request.merged
&& (
github.event.action == 'closed'
|| (
github.event.action == 'labeled'
&& contains(github.event.label.name, 'backport')
)
)
steps:
- uses: tibdex/backport@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}