Skip to content

Commit b9c5975

Browse files
committed
Update README
1 parent 17f4176 commit b9c5975

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ These are used to do common commands related to cdk
197197
This .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

202202
Actions are in the `.github/actions` folder:
203203

@@ -217,10 +217,11 @@ Scripts are in the `.github/scripts` folder:
217217
Workflows 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.

0 commit comments

Comments
 (0)