You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, if the action is triggered on issue/PR events, it'll get the entire list of milestones and check all of them. It's more efficient to only get the related milestone (the one that was added or removed), and process only that one.
This optimization will mostly help in the case of bulk operations, where multiple instances of the action will be running in parallel.
The text was updated successfully, but these errors were encountered:
marissamarym
changed the title
Expose a setting for only changing the related milestone on issue/PR events
Only change the related milestone for issue/PR events
May 8, 2020
Right now, if the action is triggered on issue/PR events, it'll get the entire list of milestones and check all of them. It's more efficient to only get the related milestone (the one that was added or removed), and process only that one.
This optimization will mostly help in the case of bulk operations, where multiple instances of the action will be running in parallel.
The text was updated successfully, but these errors were encountered: