Skip to content

build(deps): bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.923 to 1.0.924 #119

build(deps): bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.923 to 1.0.924

build(deps): bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.923 to 1.0.924 #119

Workflow file for this run

name: BotAutoMerge
on: pull_request
permissions: write-all
jobs:
update:
name: Update
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Pull Request Automerge
if: github.actor == 'dependabot[bot]'
uses: peter-evans/enable-pull-request-automerge@v3
with:
pull-request-number: ${{ github.event.pull_request.number }}
merge-method: rebase