-
Notifications
You must be signed in to change notification settings - Fork 701
Dev update muted v6 #16557
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
Dev update muted v6 #16557
Conversation
🟢 |
⚪ Test history | Ya make output | Test bloat
🟢 |
⚪ Test history | Ya make output | Test bloat
🟢 |
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.
Pull Request Overview
This PR primarily introduces changes for debugging the muted tests functionality. Key changes include:
- Adding a schedule trigger in the "update_muted_ya.yml" workflow to run every 2nd hour.
- Updating the variable used to set the PR body from "bodyText" to "completeBody" in "update_muted_ya.yml".
- Adjusting the job in "create_issues_for_muted_tests.yml" by renaming it, updating conditional triggers, and modifying the script call to create issues.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
.github/workflows/update_muted_ya.yml | Added scheduled trigger and updated variable reference for PR body. |
.github/workflows/create_issues_for_muted_tests.yml | Renamed job, adjusted the trigger condition, and changed script invocation for issue creation. |
Comments suppressed due to low confidence (2)
.github/workflows/update_muted_ya.yml:169
- Ensure that 'completeBody' is correctly defined and contains the intended content, as it replaces 'bodyText'.
body: completeBody
.github/workflows/create_issues_for_muted_tests.yml:56
- [nitpick] Consider using the output from the 'create_issues' step rather than hardcoding 'issues_info.txt' to ensure consistency in PR updates.
python .github/scripts/create_or_update_pr.py append_pr_body --pr_number=${{ github.event.pull_request.number || github.event.inputs.pr_number }} --body=issues_info.txt
Changelog entry
FOR DEBUG
Changelog category
Description for reviewers
...