Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 15:02
· 256 commits to refs/heads/main since this release
4eb4705

What's Changed

  • 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 [email protected]




  • 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

    Full Changelog: https://github.com/github/issue-labeler/commits/v2.6

    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)

  • 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 label state: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 [email protected]




🚀 Features & ✨ Enhancements

  • 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 [email protected]




  • 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 the state:needs-maintainer-feedback
    label to the issue.

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




Full Changelog: v1.6.0...v1.7.0