Skip to content

build(deps): bump wait-on from 7.2.0 to 8.0.0 in /benchmarks #76

build(deps): bump wait-on from 7.2.0 to 8.0.0 in /benchmarks

build(deps): bump wait-on from 7.2.0 to 8.0.0 in /benchmarks #76

Workflow file for this run

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