From 2cd558e6b99a73f73aadeb390dc43990ea91226b Mon Sep 17 00:00:00 2001 From: Leo Antoli <430982+lantoli@users.noreply.github.com> Date: Sun, 5 Nov 2023 17:56:12 +0100 Subject: [PATCH] include all changed files --- .github/workflows/update-sdk.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/update-sdk.yml b/.github/workflows/update-sdk.yml index 8a762073ee..ec63b7ce0d 100644 --- a/.github/workflows/update-sdk.yml +++ b/.github/workflows/update-sdk.yml @@ -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