microsoftgraph/msgraph-beta-sdk-php

branching normalization

baywet opened this issue · 3 comments

in an effort to streamline weekly releases:

  • make main the main branch
  • remove dev branch from workflows and github policy (PR to main)
  • remove feat/3.0 from workflows and github policy (PR to main)
  • remove feature/kiota-preview from workflows and github policy (PR to main)
  • update weekly generation pipeline to target
  • delete the 3 branches mentionned above once the PR has been merged

We need an equivalent of microsoftgraph/msgraph-sdk-php#1533 (including the small edit for policies) to be merged before we can remove the branches.

We need an equivalent of microsoftgraph/msgraph-sdk-php#1533 (including the small edit for policies) to be merged before we can remove the branches.

This is done in #290 @baywet

closing as the last branch was deleted