Skip to content

chore(deps-dev): Bump @types/node from 24.8.1 to 24.9.1 #638

chore(deps-dev): Bump @types/node from 24.8.1 to 24.9.1

chore(deps-dev): Bump @types/node from 24.8.1 to 24.9.1 #638

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@9565281eda0731b1d20c4025c43339fb0a23812e # v2.0.4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}