-
Notifications
You must be signed in to change notification settings - Fork 2.7k
minor monitor-components improvements #3983
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
minor monitor-components improvements #3983
Conversation
@rimrul what's the status on this? Do you need me to assist? |
As we've discovered with Git 2.37.1, our workflow to inform us about component updates can miss embargoed git releases, since GitHub usues the tag creation date as the publication date for their feeds. To prevent similar issues with other components in the future, let's increase the time span we look at for new feed items, as discussed in git-for-windows#3948 (comment) Signed-off-by: Matthias Aßhauer <mha1993@live.de>
fc53bad
to
53251c8
Compare
The `environment` keyword makes GitHub Actions believe this is a deployment environment [1], but we aren't deploying anything in this workflow. Having a "deployment" workflow on a frequent schedule causes some pull requests like [2] to become filled with thousands of "dscho deployed temporarily to monitor-components" messages. This was originally intended to allow this workflow to open issues, but we can instead just specify that the workflow should run with permissions to create issues and then use the generated access token. [1] https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment [2] git-for-windows#3948 Signed-off-by: Matthias Aßhauer <mha1993@live.de>
53251c8
to
c8dc900
Compare
Should be good now. |
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.
Yay! Thank you @rimrul
Procedural note: since we need to rebuild cURL (after the dependency nghttp2 was built with a different DLL file name), I want to wait for https://dev.azure.com/git-for-windows/git/_build/results?buildId=108304&view=logs&j=275f1d19-1bd8-5591-b06b-07d489ea915a to finish, then kick off the two |
No description provided.