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
### Issue # (if applicable)
Closes NA
### Reason for this change
New Github actions workflows to add PRs automatically to the Priority Project board based on the existing labels.
### Description of changes
The Github priority project board will be used internally by the CDK team to have a single consolidated view of all PR's based on the priority category. This change will enable github action workflow to automate adding PRs to the priority board.
### Describe any new or updated permissions being added
N/A
### Description of how you validated changes
Ran unit test and test in local repo.
### 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
+15
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,11 @@ When approved this pushes the PR to the testing pipeline,
55
55
thus starting the cli integ test build.
56
56
Owner: Core CDK team
57
57
58
+
### Initial Priority Assignment
59
+
60
+
[project-prioritization-assignment.yml](project-prioritization-assignment.yml): GitHub action for automatically adding PR's with priorities to the project priority board based on their labels.
61
+
Owner: CDK Support team
62
+
58
63
## Issue Triggered
59
64
60
65
### Closed Issue Message
@@ -103,3 +108,13 @@ Owner: Core CDK team
103
108
104
109
[update-contributors.yml](update-contributors.yml): GitHub action that runs monthly to create a pull request for updating a CONTRIBUTORS file with the top contributors.
105
110
Owner: Core CDK team
111
+
112
+
### R2 Priority Assignment
113
+
114
+
[project-prioritization-r2-assignment.yml](project-prioritization-r2-assignment.yml): GitHub action that runs every 6 hours to add PR's to the priority project board that satisfies R2 Priority.
115
+
Owner: CDK Support team
116
+
117
+
### R5 Priority Assignment
118
+
119
+
[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.
0 commit comments