Daniel (dB.) Doubrovkine

Results 3350 comments of Daniel (dB.) Doubrovkine

Does this belong in https://github.com/opensearch-project/.github?

I like the idea of adding some words into https://github.com/opensearch-project/.github/blob/main/RESPONSIBILITIES.md about mentoring maintainers. However, I don't think we need any formal program, what stops you from doing what you propose...

@sandeshkr419 I'd start small. I think it would be good to have a project-wide call to training/mentoring maintainers before we introduce any formal process How do you feel about adding...

It would be amazing to turn the untriaged workflow into a proper GitHub app similar to DCO with features such as this one, so we don't have to configure a...

We'd have to edit 100+ workflows :( It would be really great to have a bot that does this across the entire org.

I have working code that reads/extracts MAINTAINERS and CODEOWNERS here: https://github.com/opensearch-project/project-tools/blob/69f056b6ab1c2868c54537e2a111081da569fc59/lib/github/repo.rb#L39, https://github.com/opensearch-project/project-tools/blob/69f056b6ab1c2868c54537e2a111081da569fc59/lib/github/repo.rb#L101.

``` - name: Check if .github/CODEOWNERS and MAINTAINERS.md are in sync run: | if [ "$(cat .github/CODEOWNERS)" != "$(cat MAINTAINERS.md)" ]; then echo ".github/CODEOWNERS and MAINTAINERS.md files are not in...

> Please validate and let me know if I'm in the right direction. Thanks! Comparison is only one part of the problem. Your implementation is not as generic as the...

@scrawfor99 1. Maybe copy paste some anonymized/generic screenshots? 2. I am moving this issue to .github. That's where any project-wide policy would go.