-
Notifications
You must be signed in to change notification settings - Fork 34
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
Override the existing_tasks explicitly provided in the action's input #683
Override the existing_tasks explicitly provided in the action's input #683
Conversation
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.
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.
I'm not sure this is ideal, but I'm fine with it, and don't have any better ideas at the moment.
Please update this to explicitly log the labels and task ids of any existing_tasks
that end up overridden to aid future debugability.
Done @bhearsum :) |
…mozilla#683) * Override the existing_tasks explicitly provided in the action's input * Log the labels and task ids of any existing tasks that are overridden --------- Co-authored-by: Evgeny Pavlov <[email protected]>
…#683) * Override the existing_tasks explicitly provided in the action's input * Log the labels and task ids of any existing tasks that are overridden --------- Co-authored-by: Evgeny Pavlov <[email protected]>
This is a way to explicitly replace a task in a group with another task of the same kind from another group.