File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ These are used to do common commands related to cdk
197197This .github folder contains workflows and templates related to GitHub, along with actions and scripts pertaining to Jira.
198198
199199- ` dependabot.yml ` Dependabot definition file.
200- - ` pull_request_template.yml ` Template for pull requests.
200+ - ` pull_request_template.md ` Template for pull requests.
201201
202202Actions are in the ` .github/actions ` folder:
203203
@@ -217,10 +217,11 @@ Scripts are in the `.github/scripts` folder:
217217Workflows are in the ` .github/workflows ` folder:
218218
219219- ` combine-dependabot-prs.yml ` Workflow for combining dependabot pull requests. Runs on demand.
220+ - ` create_release_notes.yml ` Generates release notes for deployments and environment updates.
220221- ` delete_old_cloudformation_stacks.yml ` Workflow for deleting old cloud formation stacks. Runs daily.
221222- ` dependabot_auto_approve_and_merge.yml ` Workflow to auto merge dependabot updates.
222223- ` pr_title_check.yml ` Checks PR titles for required prefix and ticket or dependabot reference.
223- - ` pr-link.yaml ` This workflow template links Pull Requests to Jira tickets and runs when a pull request is opened.
224+ - ` pr-link.yml ` This workflow template links Pull Requests to Jira tickets and runs when a pull request is opened.
224225- ` pull_request.yml ` Called when pull request is opened or updated. Packages and deploys the code to dev AWS account for testing.
225226- ` release.yml ` Runs on demand to create a release and deploy to all environments.
226227- ` cdk_package_code.yml ` Packages code into a docker image and uploads to a github artifact for later deployment.
You can’t perform that action at this time.
0 commit comments