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
{{ message }}
This repository has been archived by the owner on May 20, 2024. It is now read-only.
Currently we look at cross-referenced events to determine whether we add has_issue/has_pr but we do not know if those pull request references are considered as possible fixes to given issue (and vice versa) or if they just mention the issue/pr.
With the addition of "Linked issues" and "Linked pull requests" features in Github it might be a good time to re-evaluate implementation of how the bot adds has_issue/has_pr labels. Once the information is exposed in Github API we should investigate if we can make the detection better.
Currently we look at
cross-referenced
events to determine whether we addhas_issue
/has_pr
but we do not know if those pull request references are considered as possible fixes to given issue (and vice versa) or if they just mention the issue/pr.With the addition of "Linked issues" and "Linked pull requests" features in Github it might be a good time to re-evaluate implementation of how the bot adds
has_issue
/has_pr
labels. Once the information is exposed in Github API we should investigate if we can make the detection better.ansible/ansible#72377
The text was updated successfully, but these errors were encountered: