Skip to content

v2.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 23:57
· 243 commits to refs/heads/main since this release
c6c4345

What's Changed

  • .sync/Version.njk: Update Mu repos to Mu DevOps v2.0.1
    Change Details
      Changes since last release: https://github.com/microsoft/mu_devops/compare/v1.7.4...v2.0.1

    General release Info: https://github.com/microsoft/mu_devops/releases

    An important change in this release is reverting the label workflow
    from v2.6 to v2.5 to resolve a regression:

    #110

    Signed-off-by: Michael Kubacki [email protected]




  • .sync/Files.yml: Sync release drafter config file #109
    Change Details
      Fixes #108

    Commit 6e00a3d added file sync for the release drafter flow to
    Project Mu platform and feature repos. However, the config file
    used by the workflow must be local to the repo, so it needs to
    be synced as well.

    This change syncs the config file.

    Signed-off-by: Michael Kubacki [email protected]




🐛 Bug Fixes

  • Revert "GitHub Action: Bump github/issue-labeler from 2.5 to 2.6 (#98)" @makubacki (#110)
    Change Details
      Reverts commit 6678c19

    This update is causing failures to be returned from the action
    due to attempting to remove labels that do not exist.

    Make an update plan separately and update in the future.

    Signed-off-by: Michael Kubacki [email protected]




  • Re-introduce workaround to fix ADO path names for PR eval @cfernald (#112)
    Change Details
      Adds a work-around to the naming provided by System.PullRequest.targetBranch on ADO repos by stripping the refs/heads/ from the path since that makes it unrecognizable to git for the git diff used by stuart_pr_eval.

Full Changelog: v2.0.0...v2.0.1