You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add needs-attention field assignment for prioritization board (#33311)
### Issue # (if applicable)
N/A
### Reason for this change
Update Needs Attention field in the prioritization project board
### Description of changes
Monitors project items daily to identify PRs that have been in their current status for extended periods.
### Describe any new or updated permissions being added
N/A
### Description of how you validated changes
Unit test is added. Integ test is not applicable.
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Copy file name to clipboardExpand all lines: .github/workflows/README.md
+10
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,11 @@ Owner: CDK support team
73
73
[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
74
74
Owner: CDK support team
75
75
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
+
76
81
## Scheduled Actions
77
82
78
83
### Issue Lifecycle Handling
@@ -118,3 +123,8 @@ Owner: CDK Support team
118
123
119
124
[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.
120
125
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.
0 commit comments