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
Recently with the additions of new triage maintainers in the website, CODEOWNERS file (https://github.com/asyncapi/website/blob/master/CODEOWNERS) has got into multiple errors. These errors are because of providing only Triage access to the new maintainers. Hence, none of the new joines are pinged whenever there is a new PR opened.
Expected behavior
With each PR opened or changes pushed, relevant triage maintainers should get a ping with either a comment inside PR or adding them to reviewers list of PR.
Proposed solution
Using Github APIs, you can try to add reviewers on the PR open or update using Github workflows.
The text was updated successfully, but these errors were encountered:
Describe the bug
Recently with the additions of new triage maintainers in the website, CODEOWNERS file (https://github.com/asyncapi/website/blob/master/CODEOWNERS) has got into multiple errors. These errors are because of providing only
Triage
access to the new maintainers. Hence, none of the new joines are pinged whenever there is a new PR opened.Expected behavior
With each PR opened or changes pushed, relevant triage maintainers should get a ping with either a comment inside PR or adding them to reviewers list of PR.
Proposed solution
Using Github APIs, you can try to add reviewers on the PR open or update using Github workflows.
The text was updated successfully, but these errors were encountered: