These workflows and actions are configured in the AWS CDK GitHub repository.
auto-approve.yml: Approves merging PRs with the
auto-approve
label.
Owner: Core CDK team
pr-linter.yml: Runs tools/@aws-cdk-prlint
on each PR to
check for correctness.
Owner: Core CDK team
v2-pull-request.yml: Runs pkglint
on merge forward PRs
and commits the results.
Owner: Core CDK team
issue-label-assign.yml: Github action for automatically adding labels and/or setting assignees when an Issue or PR is opened or edited based on user-defined Area Owner: CDK support team
closed-issue-message.yml: Adds a reminder message to issues that are closed. Owner: CDK support team
issue-label-assign.yml: Github action for automatically adding labels and/or setting assignees when an Issue or PR is opened or edited based on user-defined Area Owner: CDK support team
close-stale-issues.yml: Handles labeling issues and
PRs with closing-soon
, response-requested
, etc.
Owner: CDK support team
yarn-upgrade.yml: Upgrades yarn dependencies and creates a patch file for downloading. Owner: Core CDK team