-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
PR and issue automation #1370
PR and issue automation #1370
Conversation
Sort the list of dependencies.
Add the dependency review action.
Use the new `polly-updater-bot` app to apply the .NET SDK updates.
- Automatically mark issues and pull requests as stale if there is no activity for 60 days. - Automatically close stale issues and pull requests after 14 days.
- Add a workflow to approve and auto-merge dependabot updates for a trusted set of dependencies. - Add a workflow to approve and auto-merge .NET SDK updates by the polly-updater-bot app.
Codecov Report
@@ Coverage Diff @@
## main #1370 +/- ##
=======================================
Coverage 83.61% 83.61%
=======================================
Files 268 268
Lines 6403 6403
Branches 1004 1004
=======================================
Hits 5354 5354
Misses 840 840
Partials 209 209
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, but I am no expert in GitHub workflows so take this review with a grain of salt.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me.
Cool - thanks both. I'll merge this as-is, and we can tweak anything in a future PR. |
Looks like the updater bot is working: logs
|
And so does the reviewer 🥳 |
Awesome! |
polly-updater-bot
app to apply the .NET SDK updates. This removes the need to close and re-open PRs raised by the workflow to get the CI to run.Resolves #1167.