v1.4.2
What's Changed
-
Split approval and merge workflows @makubacki (#76)
Change Details
Split approval and merge workflows
Splitting the workflows provides several benefits:
- Simplifies logic due to jobs being attached to separate triggers
relevant for the specific job. - Reduces number of status checks shown in PRs due to certain steps
being skipped in irrelevant circumstances. - 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
- Simplifies logic due to jobs being attached to separate triggers
-
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
- Only use last full release when drafting (#1240)
@ssbarnea
Full Changelog: release-drafter/release-drafter@v5.21.1...v5.22.0
Commits
cfc5540v5.22.07ef15e2Only use last full release when drafting (#1240)- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- Only use last full release when drafting (#1240)
Full Changelog: v1.4.1...v1.4.2