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 addedon field automation in prioritization board (#33856)
### Issue # (if applicable)
NA
### Reason for this change
Currently in the Prioritization dasboard, we don't have a way to filter the PRs and Issues by date when it is added.
### Description of changes
This PR enables automation for adding current date to the `AddedOn` column field in the Github Prioritization dasboard whenever new PR/Issues are being added to the dashboard.
### Describe any new or updated permissions being added
NA
### Description of how you validated changes
Tested in test dashboard.
### 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
+5
Original file line number
Diff line number
Diff line change
@@ -128,3 +128,8 @@ Owner: CDK Support team
128
128
129
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
130
Owner: CDK Support team
131
+
132
+
### PR Prioritization AddedOn update
133
+
134
+
[project-prioritization-added-on.yml](project-prioritization-added-on.yml): GitHub action that runs every day to update AddedOn field in the prioritization project board.
0 commit comments