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

Add GitHub Actions workflow to update the .NET SDK #1005

Merged
merged 1 commit into from
Jan 7, 2023

Conversation

martincostello
Copy link
Member

Add a GitHub Actions workflow with an action that checks for updates to the .NET SDK at 1200 UTC on Wednesdays (i.e. the day after when Update Tuesday would be).

This allows for automated PRs like this one martincostello/update-dotnet-sdk#320. As they're raised by github-actions[bot], CI builds won't be automatically triggered so you have to close and open the PR again to get the builds to run due to this restriction.

We could always set up a bot account at some point and use its PAT to raise the PRs instead to improve that (example: martincostello/sqllocaldb#568, config).

Add a GitHub Actions workflow that checks for updates to the .NET SDK at 1200 UTC on Wednesdays (i.e. the day after when Update Tuesday would be).
@codecov-commenter
Copy link

codecov-commenter commented Jan 7, 2023

Codecov Report

Merging #1005 (c84043d) into main (1722749) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1005   +/-   ##
=======================================
  Coverage   71.11%   71.11%           
=======================================
  Files         137      137           
  Lines        3756     3756           
  Branches      764      764           
=======================================
  Hits         2671     2671           
  Misses        874      874           
  Partials      211      211           
Flag Coverage Δ
linux 71.11% <ø> (ø)
macos 71.11% <ø> (ø)
windows 71.11% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@martincostello martincostello merged commit 27d0371 into App-vNext:main Jan 7, 2023
@martincostello martincostello deleted the dotnet-sdk-updates branch January 7, 2023 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants