Project

General

Profile

action #157522

Updated by livdywan about 2 months ago

## Motivation 
 https://opensuse.github.io/openqa-tests-backlog/ contains various queries which when flagged as red should also result in comments on relevant tickets. No comments [have been observed](https://progress.opensuse.org/activity?from=2023-03-01&user_id=40859) in several months 

 ## Acceptance criteria 
 * **AC1:** Neglected tickets receive a reminder comment 

 ## Suggestions 
 * Investigate if reminder comments are correctly enabled, e.g. by checking https://github.com/openSUSE/openqa-tests-backlog/blob/main/.github/workflows/backlogger.yml#L22 
   * `--reminder-comment-on-issues` `--reninder-comment-on-issues` checks that there is no existing comment - maybe there is a flaw in the logic? 
   * Comments are created via API calls - [pipelines pipelines on GitHub](https://github.com/openSUSE/openqa-tests-backlog/actions/runs/8341719003/job/22828346106) GitHub don't show any errors, though? 
 * Consider adding more verbose logging to see if things work correctly in production

Back