Skip to content

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 09 Jan 19:06
· 439 commits to refs/heads/main since this release
a50cb30

What's Changed

  • Split approval and merge workflows @makubacki (#76)
    Change Details
      Split approval and merge workflows

    Splitting the workflows provides several benefits:

    1. Simplifies logic due to jobs being attached to separate triggers
      relevant for the specific job.
    2. Reduces number of status checks shown in PRs due to certain steps
      being skipped in irrelevant circumstances.
    3. Allows better workflow reuse.

    The reviewers are also dropped from dependabot PRs since the pending
    team reviewer is (1) not acted upon (2) can delay PR merging if the
    reviewer team has not reviewed the PR.

    The version is updated in anticipation of this change. It will be
    modified if the expected version changes before this PR is merged.

    Signed-off-by: Michael Kubacki michael.kubacki@microsoft.com




  • GitHub Action: Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 @dependabot (#77)
    Change Details
      Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.21.1 to 5.22.0.
    Release notes

    Sourced from release-drafter/release-drafter's releases.

    v5.22.0

    What's Changed

    New

    Full Changelog: release-drafter/release-drafter@v5.21.1...v5.22.0

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Full Changelog: v1.4.1...v1.4.2