Skip to content

Commit

Permalink
Merge branch 'main' into merge-back/2.92.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Aug 15, 2023
2 parents bf62e55 + 6a76aca commit c11faa4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close-stale-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
important-checks-regex: AutoBuildv2Project1C6BFA3F
warn-message: This PR has been in the STATE state for 3 weeks, and looks abandoned. To keep this PR from being closed, please continue work on it. If not, it will automatically be closed in a week.
close-message: This PR has been deemed to be abandoned, and will be automatically closed. Please create a new PR for these changes if you think this decision has been made in error.
skip-labels: contribution/core, pr-linter/do-not-close
skip-labels: contribution/core,pr-linter/do-not-close
close-label: closed-for-staleness
2 changes: 0 additions & 2 deletions packages/@aws-cdk/aws-lambda-python-alpha/lib/function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export interface PythonFunctionProps extends FunctionOptions {
/**
* The runtime environment. Only runtimes of the Python family are
* supported.
*
* @default Runtime.PYTHON_3_7
*/
readonly runtime: Runtime;

Expand Down

0 comments on commit c11faa4

Please sign in to comment.