create issue via github action for stale deps #16705#17876
create issue via github action for stale deps #16705#17876phlax merged 26 commits intoenvoyproxy:mainfrom
Conversation
Signed-off-by: Tarun Sharma <starun.1998@gmail.com>
Signed-off-by: Tarun Sharma <starun.1998@gmail.com>
Signed-off-by: Tarun Sharma <starun.1998@gmail.com>
Signed-off-by: Tarun Sharma <starun.1998@gmail.com>
Signed-off-by: Tarun Sharma <starun.1998@gmail.com>
|
Hi @ME-ON1, welcome and thank you for your contribution. We will try to review your Pull Request as quickly as possible. In the meantime, please take a look at the contribution guidelines if you have not done so already. |
Signed-off-by: Tarun Sharma <starun.1998@gmail.com>
Signed-off-by: Tarun Sharma <starun.1998@gmail.com>
Signed-off-by: Tarun Sharma <starun.1998@gmail.com>
|
cc @asraa |
asraa
left a comment
There was a problem hiding this comment.
Very nice start! Thank you so much for starting this
Signed-off-by: Tarun Sharma <starun.1998@gmail.com>
asraa
left a comment
There was a problem hiding this comment.
line 186
if len(sys.argv) != 2:
might fail with this additional argument. you may want to update this.
i would also recommend doing the argument parsing in the main function, and add a boolean argument to verify_and_print_release_dates like create_issue given the flag presence (so you don't have to do arg parsing in the function)
Signed-off-by: Tarun Sharma <starun.1998@gmail.com>
Signed-off-by: Tarun Sharma <starun.1998@gmail.com>
Signed-off-by: Tarun Sharma <starun.1998@gmail.com>
|
ping @asraa |
asraa
left a comment
There was a problem hiding this comment.
Thanks! Did you try giving this a local run and just printing the issues created?
Yes tried locally with permissions and is running fine and created 3 issue also (by mistake :/ ) but without Label. |
Signed-off-by: Tarun Sharma <starun.1998@gmail.com>
|
ping @asraa This one is working! |
asraa
left a comment
There was a problem hiding this comment.
other than the default cron arg lgtm
asraa
left a comment
There was a problem hiding this comment.
LGTM! I was wrong about the default value
|
cc @phlax any thoughts or LGTY? |
|
im happy to look over this PR but im OOO most of today |
Signed-off-by: Tarun Sharma <starun.1998@gmail.com>
Signed-off-by: Tarun Sharma <starun.1998@gmail.com>
Signed-off-by: Tarun Sharma <starun.1998@gmail.com>
Im on it, to correct it ∠(^ー^) |
Signed-off-by: Tarun Sharma <starun.1998@gmail.com>
Signed-off-by: Tarun Sharma <starun.1998@gmail.com>
|
Thanks for your patience too!! \o/ |
|
@ME-ON1 PR has landed and issues have been created - nice work im thinking about a follow up PR with some cleanups/additions - in particular
im also wondering about closing issues (similar to how dependabot works) such that if a newer update becomes available, any existing issues are closed, and also if the package is updated the issue should probs automatically close (if it wasnt closed by the PR to update) if that is something you can/want to take on i would be happy to review, otherwise im happy to follow up |
|
also, im a bit confused by the messaging here #18344 it says that there is a newer version (0.4.0) in the title and then clicking through it says there is a newer version than 0.4.0 i think it is because there is an actual release version, whereas we are using a repo/commit version - ie i think the issue is correct, just that the messaging is a bit confusing |
I have a doubt if issue title in GitHub supports markdown formatting/code formatting
will do
will do
Yeah this was confusing. Copied it from the create issue. This can be changed tho with another update. With all information in the body of the issue.
Just to be more verbose. You mean like deps bot which will take look at every PR with reference to this ( update deps ) which closes issue related to it if its merged and also check if there is any updated version available in the already opened issue then this should close it and make a new issue ? |
it does - at least as far as literals are concerned
so given a situation where there is an existing issue created for a package - lets call it
|
OK then will make a new PR which have all the issue title and body changes ?
yeah got it. Will be good to work on :) |
Commit Message: added action to take a closer look of deps release
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Deprecated:]
[Optional API Considerations:]