mirror of https://github.com/smithy-lang/smithy-rs
Skip creating a PR
This commit is contained in:
parent
f948b452a3
commit
2209a581e8
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue