Skip to content

chore(deps): bump ejs from 3.1.9 to 3.1.10 #291

chore(deps): bump ejs from 3.1.9 to 3.1.10

chore(deps): bump ejs from 3.1.9 to 3.1.10 #291

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.GATEWAY_BOT_PAT }}