Skip to content

Commit eeb8c05

Browse files
committed
docs(tools/project-sync): update README
1 parent 7ce0a95 commit eeb8c05

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,6 @@ Owner: CDK Support team
139139

140140
[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.
141141
Owner: CDK Support team
142+
143+
### Issue sync
144+
[issue-sync.yml](issue-sync.yml): Github action that syncs issue metadat with the project board. More details can be found on the [project-sync](../../tools/@aws-cdk/project-sync) package.

tools/@aws-cdk/project-sync/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ yarn issue-sync-all
6060
1. The tool fetches issue details from GitHub using the GraphQL API
6161
2. For each issue, it:
6262
- Determines if the issue is part of the specified project
63-
- Extracts issue metada including creation and update date
63+
- Extracts issue metadata including creation and update date
6464
- Updates the corresponding custom fields in the GitHub Project with those dates.
6565

6666
## Development

0 commit comments

Comments
 (0)