-
-
Notifications
You must be signed in to change notification settings - Fork 778
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
GitHub Actions: Improvements to 'Automate In Progress Issue Updates: Add Update Label' #2032
Comments
This comment has been minimized.
This comment has been minimized.
Putting this as a dependency because we found an interesting issue for #1977 that may be related to this. Basically, if an issue was recently assigned but it falls under the timing window for asking to update an issue, it asks for an update even though it was recently picked up. @SAUMILDHANKAR tagging you for your info |
I moved this out of the icebox and added the ready for dev lead labels because the dependencies are satisfied. |
Hi @t-will-gillis, thank you for taking up this issue! Hfla appreciates you :) Do let fellow developers know about your:- You're awesome! P.S. - You may not take up another issue until this issue gets merged (or closed). Thanks again :) |
@t-will-gillis are you working on the issue or drafting it?
|
Hi @angieyan, thank you for taking up this issue! Hfla appreciates you :) Do let fellow developers know about your:- You're awesome! P.S. - You may not take up another issue until this issue gets merged (or closed). Thanks again :) |
Availability: Mon - Wed 9am - 11am |
Hi @angieyan - thanks for your interest in this issue. Please note that the only issues in the I will take care of us-assigning you from this issue and moving it back to the correct column. Please check out the CONTRIBUTING.md documents and available issues in the |
Hi @t-will-gillis, thank you for taking up this issue! Hfla appreciates you :) Do let fellow developers know about your:- You're awesome! P.S. - You may not take up another issue until this issue gets merged (or closed). Thanks again :) |
Note: This issue is being rewritten for these reasons:
Since deleting and/or striking the expired instructions will make this issue too muddled for clarity: The replacement issue is #4590 |
@t-will-gillis at the end of the comments on #2652 issue you can see that Justin asked me if I could take #2032 issue, so I assigned this issue to me :) |
@angieyan yes he did! I see that now. We have had others picking up issues from the wrong column before and I made a bad assumption. My apologies!!! I closed this issue and opened #4590 as a replacement- if you want to grab this one instead and make whatever changes as you see fit, I promise not to get in your way! Thank you for letting me know and apologies again... |
@t-will-gillis no worries :) Apologies accepted, but you need to help me understand how to test the action :) |
Dependency
GitHub Actions: Automate In Progress Issue Updates: Flags Inactive #1977Overview
As a developer, we need to ensure that the GHA involving the 'To Update !' label creates clear comments and directions for the team to follow.
Action Items
Add a new filter in theisTimelineOutdated
function to see when an issue is assigned. If an issue is assigned more than 3 days ago, the issue is considered outdated, and the label is added.This may not be required once GitHub Actions: 2 weeks inactive label bug #2634 is merged.The timeline should indicate the timezone (which is set to PST). If possible, fix it in theformatComment
function'soptions
variable in the js file, rather than on the md file.Resources/Instructions
add-update-label-weekly
add-update-label-weekly.yml
Related Pages
#1956
#2006
Never done GitHub actions? Start here!
Note that you might want to do something outside the scope of the above psudo-code. If so, be sure to leave comments in your PR or this issue that justifies your reasoning. If you feel you need guidance, be sure to reach out! We cannot foresee whether this issue is solvable, or what hard decisions have to be made, but we would love to hear and help you!
Additional resources:
Events that trigger workflows
Workflow syntax for GitHub Actions
GitHub GraphQL
The text was updated successfully, but these errors were encountered: