Skip to content

Commit

Permalink
include all changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Nov 5, 2023
1 parent efc3dfe commit 2cd558e
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/update-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,18 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: update
- name: Update files
run: |
go install github.com/icholy/gomajor@latest
make update-atlas-sdk
- name: Verify Changed files
uses: tj-actions/verify-changed-files@6d688963a73d28584e163b6f62cf927a282c4d11
uses: tj-actions/verify-changed-files@v16
id: verify-changed-files
with:
files: |
./internal/**/*
- uses: peter-evans/create-pull-request@v5
- name: Create PR
uses: peter-evans/create-pull-request@v5
if: steps.verify-changed-files.outputs.files_changed == 'true'

with:
title: "chore: atlas GO sdk update"
title: "chore: Updates Atlas Go SDK"
commit-message: "build(deps): bump go.mongodb.org/atlas-sdk"
delete-branch: true
branch: atlas-sdk-update
Expand Down

0 comments on commit 2cd558e

Please sign in to comment.