Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable stale bot GitHub action #111

Merged
merged 2 commits into from
Nov 23, 2022

Commits on Nov 22, 2022

  1. Enable stale bot GitHub action

    Enables stale bot to automatically closed old issues in this repo.
    https://github.com/actions/stale
    
    This action is largely based on a reusable workflow from Mu DevOps.
    
    Current configuration:
      - Stale PR: After 60 days
      - Stale Issue: After 45 days
      - Days until PR and Issue close: 7 days
      - Exempt labels:
        - `impact: security`
        - `security` - `stale: ignore`
      - Stale Issue label: `stale: issue`
      - Stale PR label: `stale: pr`
      - Comments are left when marked stale and when closed
    
    These settings come directly from the default setting values in
    the Mu DevOps reusable workflow.
    
    Note: The `workflow_dispatch` trigger is added to allow the workflow to be manually
    invoked if ever needed.
    
    - [ ] Breaking change?
      - Will this change break pre-existing builds or functionality without action being taken?
      **No**
    
    Verified workflow on mu_basecore fork.
    
    Example run: https://github.com/makubacki/mu_basecore/actions/runs/3526648651
    
    N/A - Only affects the GitHub workflow in this repo
    
    Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
    makubacki committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    6c19031 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    91d2113 View commit details
    Browse the repository at this point in the history