Skip to content

build(deps-dev): bump @swc/cli from 0.5.0 to 0.5.1 #661

build(deps-dev): bump @swc/cli from 0.5.0 to 0.5.1

build(deps-dev): bump @swc/cli from 0.5.0 to 0.5.1 #661

name: Merge Dependabot Pull Request to Dev Branch
on:
pull_request_target:
branches:
- dev
jobs:
merge-dependabot-pr-to-dev-branch:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Merge Dependabot Pull Request to Dev Branch
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
MERGE_DELETE_BRANCH: true
MERGE_FILTER_AUTHOR: dependabot[bot]
MERGE_LABELS: dependencies
MERGE_METHOD: rebase