Skip to content

chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /frontend #131

chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /frontend

chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /frontend #131

Workflow file for this run

name: Backport
on:
pull_request_target:
types: [closed, labeled]
jobs:
backport:
if: github.event.pull_request.merged && contains(join(github.event.pull_request.labels.*.name, ','), 'backport/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: korthout/backport-action@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pull_title: "[backport] ${pull_title}"
label_pattern: "^backport/([^ ]+)$"