kiota icon indicating copy to clipboard operation
kiota copied to clipboard

update project automation to use org projects

Open baywet opened this issue 2 years ago • 2 comments

example https://github.com/microsoftgraph/msgraph-sdk-javascript/blob/dev/.github/workflows/projectbot.yml workflow to update https://github.com/microsoft/kiota/blob/main/.github/workflows/issue-labels-projects.yml mapping:

  • generator : https://github.com/orgs/microsoft/projects/220
  • PHP: https://github.com/orgs/microsoftgraph/projects/33/
  • Python: https://github.com/orgs/microsoftgraph/projects/34
  • Go: https://github.com/orgs/microsoftgraph/projects/26
  • TypeScript: https://github.com/orgs/microsoftgraph/projects/21
  • CSharp: https://github.com/orgs/microsoftgraph/projects/28
  • Ruby: https://github.com/orgs/microsoftgraph/projects/38
  • Java: https://github.com/orgs/microsoftgraph/projects/25
  • CLI: https://github.com/orgs/microsoftgraph/projects/23

TODO:

  • [x] update the existing workflow to push items to these projects instead
  • [x] close the legacy projects

baywet avatar Mar 15 '22 17:03 baywet

@ddyett it seems the Microsoft Graph orgs is missing projects for Go/Python/Ruby/CLI. Would you mind creating them please? Even just as placeholders

baywet avatar Mar 15 '22 17:03 baywet

@ddyett thanks for creating PHP and Python, we're still missing Ruby (and swift?)

baywet avatar May 30 '22 14:05 baywet

check whether we can use an app to write from this org to the microosftgraph org.

ddyett avatar Nov 11 '22 00:11 ddyett