Skip to content

Commit b867f19

Browse files
authoredFeb 17, 2025
2 parents 89c49cc + f681cd1 commit b867f19

File tree

763 files changed

+251605
-19552
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

763 files changed

+251605
-19552
lines changed
 

‎.devcontainer/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ USER root
44

55
# Setup oh-my-zsh
66
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
7-
&& apt-get -y install --no-install-recommends zsh vim \
7+
&& apt-get -y install --no-install-recommends zsh vim git-lfs \
88
&& rm -rf /var/lib/apt/lists/* \
9+
&& git lfs install \
910
&& chsh -s $(which zsh) superchain
1011

1112
# Required, otherwise shell is extermly slow due the size of the aws-cdk

‎.github/workflows/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ Owner: CDK support team
7373
[issue-label-assign.yml](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
7474
Owner: CDK support team
7575

76+
### P1 Bug Priority Assignment
77+
78+
[project-prioritization-bug.yml](project-prioritization-bug.yml): Github action for automatically adding P1 bugs to the prioritization project board
79+
Owner: CDK support team
80+
7681
## Scheduled Actions
7782

7883
### Issue Lifecycle Handling
@@ -118,3 +123,8 @@ Owner: CDK Support team
118123

119124
[project-prioritization-r5-assignment.yml](project-prioritization-r5-assignment.yml): GitHub action that runs every day to add PR's to the priority project board that satisfies R5 Priority.
120125
Owner: CDK Support team
126+
127+
### Needs Attention Status Update
128+
129+
[project-prioritization-needs-attention.yml](project-prioritization-needs-attention.yml): GitHub action that runs every day to update Needs Attention field in the prioritization project board.
130+
Owner: CDK Support team

0 commit comments

Comments
 (0)
Failed to load comments.