v1.7.0
What's Changed
-
Update Fedora 35 Build container image to 5b8a008 @makubacki (#99)
Change Details
Includes the changes noted in the following comparison from the prior container image (`5800d58`):
https://github.com/tianocore/containers/compare/5800d58..5b8a008
Signed-off-by: Michael Kubacki michael.kubacki@microsoft.com
-
Dependabot and FileSyncer: Run after hours @makubacki (#96)
Change Details
Closes #100
File sync can cause a large impact on CI resources. This change moves
the trigger to a schedule outside office hours (1AM Pacific Time /
9AM UTC daily) to reduce resource usage during most active periods
of other development.Schedules dependabot checks for times outside normal Pacific
timezone working hours when most development occurs.Signed-off-by: Michael Kubacki michael.kubacki@microsoft.com
-
GitHub Action: Bump github/issue-labeler from 2.5 to 2.6 @dependabot (#98)
Change Details
Bumps [github/issue-labeler](https://github.com/github/issue-labeler) from 2.5 to 2.6.
Release notes
Sourced from github/issue-labeler's releases.
v2.6
What's Changed
@balazsorban44made their first contribution in github/issue-labeler#57
Full Changelog: https://github.com/github/issue-labeler/commits/v2.6
Commits
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)
-
Add scheduled maintenance workflow @makubacki (#92)
Change Details
Closes #33
Adds a workflow to prune issues and pull requests marked as
"won't fix" (via the labelstate:wont-fix).The workflow is scheduled to run every hour. The minimum event
schedule granularity for GitHub is every 5 minutes.Signed-off-by: Michael Kubacki michael.kubacki@microsoft.com
🚀 Features & ✨ Enhancements
-
Add support for the mu\_feature\_dfci repo @makubacki (#95)
Change Details
Closes #94
- Syncs files to https://github.com/microsoft/mu_feature_dfci
- Adds issues and pull requests in mu_feature_dfci to the GitHub
issues notebooks
Signed-off-by: Michael Kubacki michael.kubacki@microsoft.com
-
Assign submitter as assignee if they indicate issue ownership @makubacki (#91)
Change Details
Closes #86
When submitting an issue, the submitter can choose to resolve the
issue or request someone else be assigned to resolve it.This changes makes the submitter the assignee if they choose to
resolve the issue.Signed-off-by: Michael Kubacki michael.kubacki@microsoft.com
-
Add ability to request maintainer feedback in issues @makubacki (#90)
Change Details
Closes #85
Adds a new selection to issues to request maintainer feedback.
The default is no maintainer feedback is necessary. Opting for
maintainer feedback adds thestate:needs-maintainer-feedback
label to the issue.Signed-off-by: Michael Kubacki michael.kubacki@microsoft.com
Full Changelog: v1.6.0...v1.7.0