-
Notifications
You must be signed in to change notification settings - Fork 257
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
Issues with check_dependency_updates #1090
Comments
👋 @andrewtavis I am currently looking into this, can you please assign this to me ? |
Would be great to get your help here, @Abhi-Bohora! Thanks for taking this on :) |
our current check_dependency_updates.yaml creates two the issue we are seeing here #1011 comes from
My question is wouldn't it be better if the workflow creates one if you have any suggestion idea please let me know 😊 btw i am using https://github.com/nektos/act and docker to run the github action locally Thanks 🚀 |
I'll need to look through |
adding this one here so it wouldn't be one long message😅 since i think we are only creating the issue using actions not pr are we thinking of updating dependency ourself by looking at the issue or are we letting action to create the pr too with the changed files? please let me know because the workflow will change the dependency in the package.json to the next available version as mention in the issue. |
Having a clear |
@andrewtavis yeah that will be good. in a single file |
Single markdown file is fine :) The decision between the issue and the PR is an interesting one. I wouldn't want the old files in the PR, and the pressure of that way of doing it would really fall on the maintainers, whereas if we did an issue we could also create sub issues for community members to do an update and complete all the fixes. We could also automatically mark the issue as a |
@andrewtavis yeah that sound good. if i understand this correctly, We let the action create a nice issue with what dependency update is available and list all the dependency with old version as well as next available version, as well as errors etc. and let the community raise a pr by upgrading/fixing those by referring to the issue ? |
Exactly that, yes :) Let me know if you have further questions, and looking forward to getting this fixed! 😊 |
Closed by #1131 🚀 Wonderful work, @Abhi-Bohora! Really appreciate the care you put into this :) :) |
If you have suggestions for #1125 and my comment here that the coverage report isn't ignoring files that it should, then this would maybe be a simple next step to help out with :) Aside from this, please let us know what other issues you'd have interest in looking into! |
@andrewtavis i will look into it and let u know...✅ |
Terms
Behavior
In #724 we developed check_dependency_updates, but this workflow has proven to not work particularly well as seen in #1089 and #1011. Issues are:
Ideally we'd have this workflow running every two months and we'd then get a report that would tell us which dependencies would cause new errors so that we can react to these changes.
From the original issue #724:
Would be great if someone wanted to look into this! 😊
The text was updated successfully, but these errors were encountered: