From 2209a581e8616ae12012f9c2d225a24394b7c930 Mon Sep 17 00:00:00 2001 From: ysaito1001 Date: Fri, 20 Sep 2024 13:11:32 -0500 Subject: [PATCH] Skip creating a PR --- .github/workflows/github-pages.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 8de21b7dd2..5562607bf9 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -112,9 +112,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.RELEASE_AUTOMATION_BOT_PAT }} run: | - gh pr create \ - --title 'Run `cargo update` on the runtime lockfiles and the SDK lockfile' \ - --body 'If CI fails, commit the necessary fixes to this PR until all checks pass. If required, update entries in [crateNameToLastKnownWorkingVersions](https://github.com/smithy-lang/smithy-rs/blob/6b42eb5ca00a2dc9c46562452e495a2ec2e43d0f/aws/sdk/build.gradle.kts#L503-L504).' \ - --base ${{ inputs.base_branch }} \ - --head ${{ steps.branch-name-for-updating-lockfiles.outputs.branch_name }} \ - --label "needs-sdk-review" + echo "hello"