[Github workflow] Creation of qa automation tasks #16415
Merged
IsaSih merged 2 commits intorancher:masterfrom Jan 27, 2026
Merged
[Github workflow] Creation of qa automation tasks #16415IsaSih merged 2 commits intorancher:masterfrom
IsaSih merged 2 commits intorancher:masterfrom
Conversation
richard-cox
reviewed
Jan 22, 2026
Member
|
I've added QA/None to work resolve one of the blocking gates (all prs must link to a r/d issue). The other is blocked given there's unticked checkboxes in the description |
richard-cox
approved these changes
Jan 23, 2026
Member
richard-cox
left a comment
There was a problem hiding this comment.
I've dug into the actual script, but no objections my side for the workflow to merge
Signed-off-by: Isabela Guimaraes <isabela.guimaraes@suse.com>
Signed-off-by: Isabela Guimaraes <isabela.guimaraes@suse.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes rancher/qa-tasks#2164
Summary
This is a github workflow that is triggered every time a contributor of the dashboard repo labels an issue from the
rancher/dashboardrepo with the 'candidate-automation' label, or comments in this issue one of the strings '/ac', '/automation-candidate ', or '/automation'. The purpose of this workflow is to automate the creation of issues in therancher/qa-tasksrepo to track automated test coverage efforts corresponding to the original issue. This workflow is mainly intended to be used by the QA team during QA Reviews, but it can be triggered by any contributors to therancher/dashboardrepo, as soon as they identify that the issue is an automation candidate for the qa team to add automated e2e tests.Areas or cases that should be tested
Areas which could experience regressions
Maybe other existing github workflows.
Checklist
Admin,Standard UserandUser Base