microsoft / mu_devops

Project Mu Developer Operations
https://microsoft.github.io/mu/
Other
27 stars 25 forks source link

Add scheduled maintenance workflow #92

Closed makubacki closed 1 year ago

makubacki commented 1 year ago

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 michael.kubacki@microsoft.com